We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Tracking issue for https://github.com/dotnet/runtime/pull/43578/files#diff-72d87bb5dc27f15b0bfbc2423cff89c3085f4109dc8cd5d83e1724d828ebbde0R946 runtime test.
The repro code no longer generates bogus results, and HardwareIntrinsics/General/Regression/GitHub_43569 will be reenabled in #54127.
HardwareIntrinsics/General/Regression/GitHub_43569
#54127 was merged and HardwareIntrinsics/General/Regression/GitHub_43569 is running.
imhameed
No branches or pull requests
Expected output:
Actual output:
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
The text was updated successfully, but these errors were encountered: