Merge pull request #97306 from danieldk/openblas-avx512
openblas: re-enable AVX512 support
This commit is contained in:
commit
c3356a6e1c
|
@ -68,7 +68,6 @@ let
|
|||
BINARY = 64;
|
||||
TARGET = setTarget "ATHLON";
|
||||
DYNAMIC_ARCH = true;
|
||||
NO_AVX512 = true;
|
||||
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue