diff options
author | Miklós Tóth | 2021-01-31 00:08:30 +0000 |
---|---|---|
committer | Miklós Tóth | 2021-01-31 00:08:30 +0000 |
commit | d1f75e54bb827dcc9af5016078514ce58585d783 (patch) | |
tree | d1ac66e8d5b221e0c42bce2b35ab79e69b0ffd35 /choose-gcc-optimization.sh | |
parent | 588cccf5e1a89430027503956f46fdc0cd51b6bf (diff) | |
download | aur-d1f75e54bb827dcc9af5016078514ce58585d783.tar.gz |
automatic update
Diffstat (limited to 'choose-gcc-optimization.sh')
-rwxr-xr-x | choose-gcc-optimization.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/choose-gcc-optimization.sh b/choose-gcc-optimization.sh index ccf182e9119..1a537df2933 100755 --- a/choose-gcc-optimization.sh +++ b/choose-gcc-optimization.sh @@ -52,8 +52,10 @@ cat << EOF 39) Intel 8th Gen Core i3/i5/i7-family (Cannon Lake) 40) Intel 8th Gen Core i7/i9-family (Ice Lake) 41) Xeon processors in the Cascade Lake family + 42) Intel Xeon (Cooper Lake) + 43) Intel 3rd Gen 10nm++ i3/i5/i7/i9-family (Tiger Lake) - 42) Native optimizations autodetected by GCC + 99) Native optimizations autodetected by GCC 0) Generic (default) @@ -104,7 +106,9 @@ case $answer in 39) Microarchitecture=CONFIG_MCANNONLAKE ;; 40) Microarchitecture=CONFIG_MICELAKE ;; 41) Microarchitecture=CONFIG_MCASCADELAKE ;; - 42) Microarchitecture=CONFIG_MNATIVE ;; + 42) Microarchitecture=CONFIG_MCOOPERLAKE ;; + 43) Microarchitecture=CONFIG_MTIGERLAKE ;; + 99) Microarchitecture=CONFIG_MNATIVE ;; *) default=CONFIG_GENERIC_CPU ;; esac |