Add bonnell, sapphirerapids, rocketlage and alderlake cpu optimizations support
This commit is contained in:
parent
9520c8aba8
commit
8923c5f392
@ -715,9 +715,10 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\n
|
||||
|
||||
_cpu_marchs=("k8" "k8sse3" "k10" "barcelona" "bobcat" "jaguar" "bulldozer" "piledriver")
|
||||
_cpu_marchs+=("steamroller" "excavator" "zen" "zen2" "zen3" "mpsc" "atom" "core2" "nehalem" "westmere")
|
||||
_cpu_marchs+=("silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake")
|
||||
_cpu_marchs+=("bonnell" "silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake")
|
||||
_cpu_marchs+=("skylakex" "cannonlake" "icelake" "goldmont" "goldmontplus" "cascadelake")
|
||||
_cpu_marchs+=("cooperlake" "tigerlake" "native" "native_amd" "native_intel")
|
||||
_cpu_marchs+=("cooperlake" "tigerlake" "sapphirerapids" "rocketlake" "alderlake")
|
||||
_cpu_marchs+=("native" "native_amd" "native_intel")
|
||||
|
||||
if [ ! -z "$_processor_opt" ]; then # Don't populate when the config variable is empty
|
||||
for _march in "${_cpu_marchs[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user