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

Intel hardware intrinsic API change #11124

Closed
fiigii opened this issue Sep 19, 2018 · 2 comments
Closed

Intel hardware intrinsic API change #11124

fiigii opened this issue Sep 19, 2018 · 2 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Comments

@fiigii
Copy link
Contributor

fiigii commented Sep 19, 2018

According to the second hw intrinsic API review meeting https://github.com/dotnet/apireviews/tree/master/2018/Hardware-Intrinsics-Intel, we need to change some intrinsic APIs and their implementation

  1. Redesign SSE4.2 STTNI intrinsic
  2. 64-bit only intrinsics
  3. Improve StaticCast
    1. exploding frequently-used intrinsic on more base-types Add all integer overloads for AlignRight/BlendVariable and unsigned overloads for MultiplyLow coreclr#19420
    2. move StaticCast and some other helpers into vector classes, and rename StaticCast to As.
  4. New intrinsic requests
  5. Missing and incorrect APIs
  6. Remove generic Intel hardware intrinsic and explode them on all the supported types
@fiigii
Copy link
Contributor Author

fiigii commented Sep 19, 2018

@fiigii
Copy link
Contributor Author

fiigii commented Oct 25, 2018

Moved to CoreFX repo https://github.com/dotnet/corefx/issues/32721, closing here.

@fiigii fiigii closed this as completed Oct 25, 2018
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

1 participant