Merge pull request #97306 from danieldk/openblas-avx512

openblas: re-enable AVX512 support
This commit is contained in:
Thomas Tuegel 2020-12-29 05:43:05 -06:00 committed by GitHub
commit c3356a6e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ let
BINARY = 64;
TARGET = setTarget "ATHLON";
DYNAMIC_ARCH = true;
NO_AVX512 = true;
USE_OPENMP = !stdenv.hostPlatform.isMusl;
};