Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mono] Vector256 bug #43676

Closed
Tracked by #43051
EgorBo opened this issue Oct 21, 2020 · 4 comments
Closed
Tracked by #43051

[Mono] Vector256 bug #43676

EgorBo opened this issue Oct 21, 2020 · 4 comments
Assignees
Labels
area-Codegen-JIT-mono runtime-mono specific to the Mono runtime
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Oct 21, 2020

Console.WriteLine(Vector256.Create(1,2,3,4).GetElement(3));

Expected output:

4

Actual output:

139755651033901

Works as expected in LLVM-mode, but not in JIT.
It's expected to use software fallbacks and work even without SIMD support.

/cc @vargaz @imhameed

@ghost
Copy link

ghost commented Oct 21, 2020

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Oct 21, 2020
@EgorBo
Copy link
Member Author

EgorBo commented Oct 21, 2020

@SamMonoRT SamMonoRT added this to the 6.0.0 milestone Oct 21, 2020
@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Oct 21, 2020
@imhameed imhameed added the runtime-mono specific to the Mono runtime label Jan 15, 2021
@imhameed imhameed self-assigned this Jun 15, 2021
@imhameed
Copy link
Contributor

The repro code no longer generates bogus results, and HardwareIntrinsics/General/Regression/GitHub_43569 will be reenabled in #54127.

@imhameed
Copy link
Contributor

#54127 was merged and HardwareIntrinsics/General/Regression/GitHub_43569 is running.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-JIT-mono runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

4 participants