commit:     d5f1e03220d15cd5875e2577cb56875b6a96e815
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 14:17:04 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 14:17:04 2021 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=d5f1e032

Update to CPU Optimization patch (USE=experiental)

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 5010_enable-cpu-optimizations-universal.patch | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/5010_enable-cpu-optimizations-universal.patch 
b/5010_enable-cpu-optimizations-universal.patch
index c45d13b..e37528f 100644
--- a/5010_enable-cpu-optimizations-universal.patch
+++ b/5010_enable-cpu-optimizations-universal.patch
@@ -219,7 +219,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MZEN3
 +      bool "AMD Zen 3"
-+      depends on ( CC_IS_GCC && GCC_VERSION >= 100300 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION >= 100300) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      help
 +        Select this for AMD Family 19h Zen 3 processors.
 +
@@ -378,7 +378,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MCOOPERLAKE
 +      bool "Intel Cooper Lake"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 100100 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 100000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 100100) || (CC_IS_CLANG && 
CLANG_VERSION >= 100000)
 +      select X86_P6_NOP
 +      help
 +
@@ -388,7 +388,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MTIGERLAKE
 +      bool "Intel Tiger Lake"
-+      depends on  ( CC_IS_GCC && GCC_VERSION > 100100 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 100000 )
++      depends on  (CC_IS_GCC && GCC_VERSION > 100100) || (CC_IS_CLANG && 
CLANG_VERSION >= 100000)
 +      select X86_P6_NOP
 +      help
 +
@@ -398,7 +398,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MSAPPHIRERAPIDS
 +      bool "Intel Sapphire Rapids"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      select X86_P6_NOP
 +      help
 +
@@ -408,7 +408,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MROCKETLAKE
 +      bool "Intel Rocket Lake"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      select X86_P6_NOP
 +      help
 +
@@ -418,7 +418,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config MALDERLAKE
 +      bool "Intel Alder Lake"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
CLANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      select X86_P6_NOP
 +      help
 +
@@ -435,7 +435,7 @@ index 814fe0d349b0..8acf6519d279 100644
  
 +config GENERIC_CPU2
 +      bool "Generic-x86-64-v2"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
LANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      depends on X86_64
 +      help
 +        Generic x86-64 CPU.
@@ -443,7 +443,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config GENERIC_CPU3
 +      bool "Generic-x86-64-v3"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
LANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      depends on X86_64
 +      help
 +        Generic x86-64-v3 CPU with v3 instructions.
@@ -451,7 +451,7 @@ index 814fe0d349b0..8acf6519d279 100644
 +
 +config GENERIC_CPU4
 +      bool "Generic-x86-64-v4"
-+      depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && 
LANG_VERSION >= 120000 )
++      depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && 
CLANG_VERSION >= 120000)
 +      depends on X86_64
 +      help
 +        Generic x86-64 CPU with v4 instructions.

Reply via email to