Closed jmklix closed 9 months ago
check correct bit for VPCLMULQDQ
Issue #, if available: https://github.com/awslabs/aws-c-common/issues/1084
Description of changes: s_has_vpclmulqdq() is not checking the co
rrect bit to detect VPCLMULQDQ. According to the documentation it is bit 10. (code is checking bit 20). Input Output EAX=07H, ECX=0 ECX[bit 10] VPCLMULQDQ EAX=07H, ECX=0 EBX[bit 16] AVX512F EAX=07H, ECX=0 EBX[bit 31] AVX512VL https://en.wikichip.org/wiki/x86/vpclmulqdq
rrect bit to detect VPCLMULQDQ. According to the documentation it is bit 10. (code is checking bit 20).
Input Output EAX=07H, ECX=0 ECX[bit 10] VPCLMULQDQ EAX=07H, ECX=0 EBX[bit 16] AVX512F EAX=07H, ECX=0 EBX[bit 31] AVX512VL
https://en.wikichip.org/wiki/x86/vpclmulqdq
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
this will be fixed in another PR
check correct bit for VPCLMULQDQ
Issue #, if available: https://github.com/awslabs/aws-c-common/issues/1084
Description of changes: s_has_vpclmulqdq() is not checking the co
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.