commit | 88ac224cdaf65c3c3a08beddccb694706a311336 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Wed Nov 22 20:48:44 2017 +0100 |
committer | Andy Polyakov <appro@openssl.org> | Thu Nov 23 21:05:44 2017 +0100 |
tree | 4f9de52577d5c5fc2fcbbe986c3b6442646e1ddb | |
parent | 6df34091bac6f82b7d9553dc857123b2bd478c22 [diff] |
crypto/x86_64cpuid.pl: fix AVX512 capability masking. Originally it was thought that it's possible to use AVX512VL+BW instructions with XMM and YMM registers without kernel enabling ZMM support, but it turned to be wrong assumption. Reviewed-by: Rich Salz <rsalz@openssl.org>