From b1c32372932d22b6fcc36043eb1300d4e68d1abb Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 Jul 2020 12:11:34 -0700 Subject: Add CPU_FLAGS_X86="rdrand" --- braswell/makeconf.sls | 2 +- macbook/makeconf.sls | 2 +- skylake/makeconf.sls | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/braswell/makeconf.sls b/braswell/makeconf.sls index e2532c2..030efd6 100644 --- a/braswell/makeconf.sls +++ b/braswell/makeconf.sls @@ -7,5 +7,5 @@ - mode: 644 - context: arch: silvermont - cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes + cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes rdrand video_cards: intel i965 diff --git a/macbook/makeconf.sls b/macbook/makeconf.sls index 8818f56..bcbd2ab 100644 --- a/macbook/makeconf.sls +++ b/macbook/makeconf.sls @@ -7,5 +7,5 @@ - mode: 644 - context: arch: haswell - cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 aes f16c fma3 + cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 aes f16c fma3 rdrand video_cards: intel i965 diff --git a/skylake/makeconf.sls b/skylake/makeconf.sls index afd6e78..24d07a1 100644 --- a/skylake/makeconf.sls +++ b/skylake/makeconf.sls @@ -7,5 +7,5 @@ - mode: 644 - context: arch: broadwell - cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 aes f16c fma3 + cpu_flags_x86: mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 aes f16c fma3 rdrand video_cards: intel i965 iris -- cgit v1.2.3