openblas: re-enable AVX512 support

AVX512 support was disabled due to an issue in the AVX512 DGEMM
kernel:

https://github.com/NixOS/nixpkgs/issues/59708

However, this kernel has been replaced upstream a while ago:

https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.8

And they have enabled AVX512 kernels since then.
This commit is contained in:
Daniël de Kok 2020-09-06 20:46:35 +02:00
parent e7710c9cb9
commit 383075f38b

View file

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