commit: 4d7ce32682a38594c52904f5943b117907f197a5 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> AuthorDate: Fri Sep 3 09:12:07 2021 +0000 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 09:15:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4d7ce326
Bump patch to 20210818 commit f1d0af2c9d807b137909e98c11caf7504f4e2066 Signed-off-by: Alice Ferrazzi <alicef <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.
