diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/cpu/intel/i7/eapi | 1 | ||||
-rw-r--r-- | profiles/base/cpu/intel/i7/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/cpu/intel/i7/parent | 1 | ||||
-rw-r--r-- | profiles/base/cpu/intel/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-dean/parent | 2 | ||||
-rw-r--r-- | profiles/host-susan/parent | 2 |
6 files changed, 3 insertions, 7 deletions
diff --git a/profiles/base/cpu/intel/i7/eapi b/profiles/base/cpu/intel/i7/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/base/cpu/intel/i7/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/base/cpu/intel/i7/make.defaults b/profiles/base/cpu/intel/i7/make.defaults deleted file mode 100644 index abe68c2..0000000 --- a/profiles/base/cpu/intel/i7/make.defaults +++ /dev/null @@ -1,2 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="$CPU_FLAGS_X86 f16c pclmul" diff --git a/profiles/base/cpu/intel/i7/parent b/profiles/base/cpu/intel/i7/parent deleted file mode 100644 index eb4d905..0000000 --- a/profiles/base/cpu/intel/i7/parent +++ /dev/null @@ -1 +0,0 @@ -../ diff --git a/profiles/base/cpu/intel/make.defaults b/profiles/base/cpu/intel/make.defaults index cf152c8..d3e6cc3 100644 --- a/profiles/base/cpu/intel/make.defaults +++ b/profiles/base/cpu/intel/make.defaults @@ -1,2 +1,2 @@ # vim:ft=gentoo-make-conf -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" diff --git a/profiles/host-dean/parent b/profiles/host-dean/parent index 6a98ac0..3c42f61 100644 --- a/profiles/host-dean/parent +++ b/profiles/host-dean/parent @@ -1,4 +1,4 @@ -../base/cpu/intel/i7 +../base/cpu/intel ../base/gpu/intel ../desktop/x ../desktop/wayland diff --git a/profiles/host-susan/parent b/profiles/host-susan/parent index c7ca3cf..ac74be0 100644 --- a/profiles/host-susan/parent +++ b/profiles/host-susan/parent @@ -1,4 +1,4 @@ -../base/cpu/intel/i7 +../base/cpu/intel ../base/gpu/intel ../laptop/touch ../desktop/wayland |