diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:31:51 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:31:51 +0900 |
commit | 6832492322e1be9a1b2103d9984a7e879464cfe5 (patch) | |
tree | b07a4ebd826ed469b2f63c0ae26dce5e69adb6c1 /sample | |
parent | e81b95583f11810503654f52a1b296f9d8446d1f (diff) | |
download | xbyak-6832492322e1be9a1b2103d9984a7e879464cfe5.tar.gz xbyak-6832492322e1be9a1b2103d9984a7e879464cfe5.zip |
change the order of args of diff
Diffstat (limited to 'sample')
-rwxr-xr-x | sample/cpuid/cpuid.sh | 2 | ||||
-rw-r--r-- | sample/cpuid/tmp.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sample/cpuid/cpuid.sh b/sample/cpuid/cpuid.sh index c312282..bc7700c 100755 --- a/sample/cpuid/cpuid.sh +++ b/sample/cpuid/cpuid.sh @@ -6,6 +6,6 @@ cpus=(p4p mrm pnr nhm wsm snb ivb hsw bdw slt slm glm glp tnt skl cnl icl skx cl for cpu in ${cpus[@]} ; do echo $cpu ~/bin/sde -$cpu -- ../test_util64 -cpuid > tmp.txt - diff tmp.txt $cpu.txt + diff $cpu.txt tmp.txt done diff --git a/sample/cpuid/tmp.txt b/sample/cpuid/tmp.txt deleted file mode 100644 index acf875c..0000000 --- a/sample/cpuid/tmp.txt +++ /dev/null @@ -1,2 +0,0 @@ -vendor intel - mmx mmx2 cmov sse sse2 sse3 ssse3 sse41 sse42 popcnt aesni rdtscp osxsave(xgetvb) pclmulqdq avx fma avx2 bmi1 bmi2 lzcnt prefetchw enh_rep rdrand adx rdseed smap sha f16c movbe avx512f avx512dq avx512_ifma avx512cd avx512bw avx512vl avx512_vbmi avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq avx512_bf16 avx512_vp2intersect amx(tile) amx(int8) amx(bf16) avx_vnni avx512_fp16 waitpkg clflushopt cldemote movdiri movdir64b |