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

Add vpclmulqdq to aes.asm #2

Open
13xforever opened this issue Apr 10, 2015 · 1 comment
Open

Add vpclmulqdq to aes.asm #2

13xforever opened this issue Apr 10, 2015 · 1 comment

Comments

@13xforever
Copy link

There's no test case for AVX-promoted pclmulqdq, only for some pseudo-ops (see Intel ASD's Manual, Vol. 2B).

Also pclmullqh*q*dq should be pclmullqhdq and pclmulhqh*q*dq should be pclmulhqhdq pseudo-ops (see Table 4-11 from the link above)? I'm not sure about it though.

@13xforever
Copy link
Author

I guess the part about vpclmulqdq is already present in the clmul.asm. Then there's only the question about the typo (either in tests or in the Intel docs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant