You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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 bepclmullqhdq
andpclmulhqh*q*dq
should bepclmulhqhdq
pseudo-ops (see Table 4-11 from the link above)? I'm not sure about it though.The text was updated successfully, but these errors were encountered: