diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:20:24 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:20:24 +0900 |
commit | 3e42709ab89f79abb947911abe88f60dac3b1ddb (patch) | |
tree | 294ba6e5bb6f9ddfc96e82db824f5a87f63415c9 /test/test_avx512.sh | |
parent | 66b2768a669586ca9b4a0d615cc1efccabd7b5d8 (diff) | |
download | xbyak-3e42709ab89f79abb947911abe88f60dac3b1ddb.tar.gz xbyak-3e42709ab89f79abb947911abe88f60dac3b1ddb.zip |
ignore space and cr
Diffstat (limited to 'test/test_avx512.sh')
-rwxr-xr-x | test/test_avx512.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_avx512.sh b/test/test_avx512.sh index 01079f1..edb8ab3 100755 --- a/test/test_avx512.sh +++ b/test/test_avx512.sh @@ -35,4 +35,4 @@ echo "xbyak" echo "compile nm_frame.cpp" $CXX $CFLAGS -DXBYAK_TEST nm_frame.cpp -o nm_frame -DXBYAK_AVX512 ./nm_frame | $FILTER > x.lst -diff -B ok.lst x.lst && echo "ok" +diff -bB ok.lst x.lst && echo "ok" |