Explicitly rename has_512 into has_avx512 (#7751)

This commit is contained in:
Bird Egop 2020-03-10 19:21:00 +03:00 committed by GitHub
parent b4f416cb76
commit 4e25daffa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 24 deletions

View file

@ -41,7 +41,7 @@ namespace utils
bool has_mpx();
bool has_512();
bool has_avx512();
bool has_xop();