aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-07-10 12:40:14 +0900
committerMITSUNARI Shigeo <[email protected]>2023-07-10 12:40:14 +0900
commit5921e270c22d51172461b3ea4e8029c14c94c6d6 (patch)
treec5a3b302b5c0b374d29f20d76b50a1b47bd2ee7a /sample
parentce083a0dcc306c1717685a81f577a4e050193919 (diff)
downloadxbyak-5921e270c22d51172461b3ea4e8029c14c94c6d6.tar.gz
xbyak-5921e270c22d51172461b3ea4e8029c14c94c6d6.zip
update cpuid
Diffstat (limited to 'sample')
-rwxr-xr-xsample/cpuid/cpuid.sh3
-rw-r--r--sample/cpuid/tnt.txt2
-rwxr-xr-xsample/cpuid/update-txt.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/sample/cpuid/cpuid.sh b/sample/cpuid/cpuid.sh
index bc7700c..0a9d78a 100755
--- a/sample/cpuid/cpuid.sh
+++ b/sample/cpuid/cpuid.sh
@@ -2,7 +2,8 @@
make -C ../ test_util64
-cpus=(p4p mrm pnr nhm wsm snb ivb hsw bdw slt slm glm glp tnt skl cnl icl skx clx cpx icx knl knm tgl adl spr)
+cpus=(p4p mrm pnr nhm wsm snb ivb hsw bdw slt slm glm glp tnt skl cnl icl skx clx cpx icx knl knm tgl adl mtl rpl spr gnr srf grr)
+
for cpu in ${cpus[@]} ; do
echo $cpu
~/bin/sde -$cpu -- ../test_util64 -cpuid > tmp.txt
diff --git a/sample/cpuid/tnt.txt b/sample/cpuid/tnt.txt
index 1098a51..8d33aa1 100644
--- a/sample/cpuid/tnt.txt
+++ b/sample/cpuid/tnt.txt
@@ -1,2 +1,2 @@
vendor intel
- mmx mmx2 cmov sse sse2 sse3 ssse3 sse41 sse42 popcnt aesni rdtscp xsave(xgetvb) osxsave pclmulqdq enh_rep rdrand rdseed smap sha movbe gfni clflushopt
+ mmx mmx2 cmov sse sse2 sse3 ssse3 sse41 sse42 popcnt aesni rdtscp xsave(xgetvb) osxsave pclmulqdq enh_rep rdrand rdseed smap sha movbe gfni clflushopt cldemote
diff --git a/sample/cpuid/update-txt.sh b/sample/cpuid/update-txt.sh
index fcdca42..efb22b5 100755
--- a/sample/cpuid/update-txt.sh
+++ b/sample/cpuid/update-txt.sh
@@ -2,7 +2,7 @@
make -C ../ test_util64
-cpus=(p4p mrm pnr nhm wsm snb ivb hsw bdw slt slm glm glp tnt skl cnl icl skx clx cpx icx knl knm tgl adl spr)
+cpus=(p4p mrm pnr nhm wsm snb ivb hsw bdw slt slm glm glp tnt skl cnl icl skx clx cpx icx knl knm tgl adl mtl rpl spr gnr srf grr)
for cpu in ${cpus[@]} ; do
echo $cpu
~/bin/sde -$cpu -- ../test_util64 -cpuid > $cpu.txt