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

[x86/unix] HW instrinsics support #11539

Closed
kvochko opened this issue Nov 23, 2018 · 3 comments · Fixed by #111861
Closed

[x86/unix] HW instrinsics support #11539

kvochko opened this issue Nov 23, 2018 · 3 comments · Fixed by #111861
Labels
arch-x86 area-System.Runtime.Intrinsics in-pr There is an active PR which will close this issue when it is merged os-linux Linux OS (any supported distro)
Milestone

Comments

@kvochko
Copy link
Contributor

kvochko commented Nov 23, 2018

On x86/unix hardware intrinsics are disabled in the JIT, but enabled in System.Private.CoreLib, which leads to runtime errors. dotnet/coreclr#21164 temporarily solves these errors by disabling intrinsics in S.P.CoreLib, but they should be enabled back when we're certain there are no regressions with intrinsics on that platform.
CC @tannergooding @alpencolt

category:correctness
theme:hardware-intrinsics
skill-level:intermediate
cost:small

@tannergooding
Copy link
Member

@parjong commented here that it took too much effort to enable AVX at the time.

If it is just AVX blocking this, then perhaps this could be initially enabled for SSE->SSE4.2 and this bug could explicitly track whatever is blocking AVX...

@tannergooding
Copy link
Member

CC. @fiigii, @CarolEidt

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@ghost
Copy link

ghost commented Oct 12, 2020

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

@jeffhandley jeffhandley removed the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 14, 2021
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-x86 area-System.Runtime.Intrinsics in-pr There is an active PR which will close this issue when it is merged os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants