diff options
author | Wolfgang Müller | 2021-05-27 19:54:19 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-27 19:54:19 +0200 |
commit | 1e71330e5d7d30ea467901baa100041df1b118cf (patch) | |
tree | f0a52a6e2eced59389616c6648a075fc42d96079 | |
parent | 8df9d5b4ee5701ec3c6150c6085b781422400b0f (diff) | |
download | portage-roles-1e71330e5d7d30ea467901baa100041df1b118cf.tar.gz |
host-nabokov: Enable f16c for CPU_FLAGS
For some reason this flag was missing.
-rw-r--r-- | host-nabokov/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-nabokov/make.conf b/host-nabokov/make.conf index bf16ea0..06c0910 100644 --- a/host-nabokov/make.conf +++ b/host-nabokov/make.conf @@ -4,7 +4,7 @@ CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" -CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" DISTDIR="/var/portage/distfiles" PKGDIR="/var/portage/packages" |