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

Implement Intel AES intrinsic #10944

Closed
fiigii opened this issue Aug 22, 2018 · 2 comments
Closed

Implement Intel AES intrinsic #10944

fiigii opened this issue Aug 22, 2018 · 2 comments

Comments

@fiigii
Copy link
Contributor

fiigii commented Aug 22, 2018

I will submit a PR to implement all the AES intrinsic.

cc @CarolEidt @tannergooding @eerhardt

@4creators
Copy link
Contributor

4creators commented Aug 23, 2018

@fiigii It seems that AES detection may have some problems. On my laptop CPU-Z and other utilities and encryption programs confirm my CPU has AES instructions but during test runs our implementation always shows summary with AES not supported.

CPU i7-4700MQ

@tannergooding
Copy link
Member

That is because aes is explicitly set to report false, since there are no implemented intrinsics for the isa.

@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
None yet
Projects
None yet
Development

No branches or pull requests

3 participants