Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.13 commit in: /
Date: Sat, 21 Aug 2021 14:27:38
Message-Id: 1629556030.e571947b96baf9928b009d774632f2f17dafe943.mpagano@gentoo
1 commit: e571947b96baf9928b009d774632f2f17dafe943
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 14:27:10 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 14:27:10 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e571947b
7
8 Update to CPU Optimization patch (USE=experiental)
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 5010_enable-cpu-optimizations-universal.patch | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/5010_enable-cpu-optimizations-universal.patch b/5010_enable-cpu-optimizations-universal.patch
16 index c45d13b..e37528f 100644
17 --- a/5010_enable-cpu-optimizations-universal.patch
18 +++ b/5010_enable-cpu-optimizations-universal.patch
19 @@ -219,7 +219,7 @@ index 814fe0d349b0..8acf6519d279 100644
20 +
21 +config MZEN3
22 + bool "AMD Zen 3"
23 -+ depends on ( CC_IS_GCC && GCC_VERSION >= 100300 ) || ( CC_IS_CLANG && CLANG_VERSION >= 120000 )
24 ++ depends on (CC_IS_GCC && GCC_VERSION >= 100300) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
25 + help
26 + Select this for AMD Family 19h Zen 3 processors.
27 +
28 @@ -378,7 +378,7 @@ index 814fe0d349b0..8acf6519d279 100644
29 +
30 +config MCOOPERLAKE
31 + bool "Intel Cooper Lake"
32 -+ depends on ( CC_IS_GCC && GCC_VERSION > 100100 ) || ( CC_IS_CLANG && CLANG_VERSION >= 100000 )
33 ++ depends on (CC_IS_GCC && GCC_VERSION > 100100) || (CC_IS_CLANG && CLANG_VERSION >= 100000)
34 + select X86_P6_NOP
35 + help
36 +
37 @@ -388,7 +388,7 @@ index 814fe0d349b0..8acf6519d279 100644
38 +
39 +config MTIGERLAKE
40 + bool "Intel Tiger Lake"
41 -+ depends on ( CC_IS_GCC && GCC_VERSION > 100100 ) || ( CC_IS_CLANG && CLANG_VERSION >= 100000 )
42 ++ depends on (CC_IS_GCC && GCC_VERSION > 100100) || (CC_IS_CLANG && CLANG_VERSION >= 100000)
43 + select X86_P6_NOP
44 + help
45 +
46 @@ -398,7 +398,7 @@ index 814fe0d349b0..8acf6519d279 100644
47 +
48 +config MSAPPHIRERAPIDS
49 + bool "Intel Sapphire Rapids"
50 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && CLANG_VERSION >= 120000 )
51 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
52 + select X86_P6_NOP
53 + help
54 +
55 @@ -408,7 +408,7 @@ index 814fe0d349b0..8acf6519d279 100644
56 +
57 +config MROCKETLAKE
58 + bool "Intel Rocket Lake"
59 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && CLANG_VERSION >= 120000 )
60 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
61 + select X86_P6_NOP
62 + help
63 +
64 @@ -418,7 +418,7 @@ index 814fe0d349b0..8acf6519d279 100644
65 +
66 +config MALDERLAKE
67 + bool "Intel Alder Lake"
68 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && CLANG_VERSION >= 120000 )
69 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
70 + select X86_P6_NOP
71 + help
72 +
73 @@ -435,7 +435,7 @@ index 814fe0d349b0..8acf6519d279 100644
74
75 +config GENERIC_CPU2
76 + bool "Generic-x86-64-v2"
77 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && LANG_VERSION >= 120000 )
78 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
79 + depends on X86_64
80 + help
81 + Generic x86-64 CPU.
82 @@ -443,7 +443,7 @@ index 814fe0d349b0..8acf6519d279 100644
83 +
84 +config GENERIC_CPU3
85 + bool "Generic-x86-64-v3"
86 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && LANG_VERSION >= 120000 )
87 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
88 + depends on X86_64
89 + help
90 + Generic x86-64-v3 CPU with v3 instructions.
91 @@ -451,7 +451,7 @@ index 814fe0d349b0..8acf6519d279 100644
92 +
93 +config GENERIC_CPU4
94 + bool "Generic-x86-64-v4"
95 -+ depends on ( CC_IS_GCC && GCC_VERSION > 110000 ) || ( CC_IS_CLANG && LANG_VERSION >= 120000 )
96 ++ depends on (CC_IS_GCC && GCC_VERSION > 110000) || (CC_IS_CLANG && CLANG_VERSION >= 120000)
97 + depends on X86_64
98 + help
99 + Generic x86-64 CPU with v4 instructions.