summarylogtreecommitdiffstats
path: root/more-uarches-for-kernel-5.17+.patch
diff options
context:
space:
mode:
Diffstat (limited to 'more-uarches-for-kernel-5.17+.patch')
-rw-r--r--more-uarches-for-kernel-5.17+.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/more-uarches-for-kernel-5.17+.patch b/more-uarches-for-kernel-5.17+.patch
index e5211f4b5b0a..6edd3db9aefd 100644
--- a/more-uarches-for-kernel-5.17+.patch
+++ b/more-uarches-for-kernel-5.17+.patch
@@ -13,9 +13,10 @@ offered which are good for supported Intel or AMD CPUs:
• x86-64-v3
• x86-64-v4
-Users of glibc 2.33 and above can see which level is supported by current
-hardware by running:
+Users of glibc 2.33 and above can see which level is supported by running:
/lib/ld-linux-x86-64.so.2 --help | grep supported
+Or
+ /lib64/ld-linux-x86-64.so.2 --help | grep supported
Alternatively, compare the flags from /proc/cpuinfo to this list.[1]