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