diff options
author | MITSUNARI Shigeo <[email protected]> | 2015-08-18 15:38:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2015-08-18 15:38:59 +0900 |
commit | 58deb3e99ae27fcd543c13133b8a8117bc6171d1 (patch) | |
tree | 8522c7f6c9e80c5f36fb25cf880b48af222d7835 /test/test_avx.sh | |
parent | 090bc51ea2f386c36e51d44127de01f85e7d4f19 (diff) | |
download | xbyak-58deb3e99ae27fcd543c13133b8a8117bc6171d1.tar.gz xbyak-58deb3e99ae27fcd543c13133b8a8117bc6171d1.zip |
remove warning to tset
Diffstat (limited to 'test/test_avx.sh')
-rwxr-xr-x | test/test_avx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_avx.sh b/test/test_avx.sh index 1940515..0b42eeb 100755 --- a/test/test_avx.sh +++ b/test/test_avx.sh @@ -1,6 +1,6 @@ #!/bin/tcsh -set FILTER=cat +set FILTER="grep -v warning" if ($1 == "Y") then echo "yasm(32bit)" |