diff options
author | MITSUNARI Shigeo <[email protected]> | 2012-03-16 22:04:44 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2012-03-16 22:04:44 +0900 |
commit | 9d9f985fff80aad1f06117e4bca634d9eefd7d88 (patch) | |
tree | 313eceecebe3e68407bec8e753d2d56242d5ce83 /test/test_avx_all.bat | |
parent | 7056b38d362b09e3a86113885281859df63bb7fc (diff) | |
download | xbyak-9d9f985fff80aad1f06117e4bca634d9eefd7d88.tar.gz xbyak-9d9f985fff80aad1f06117e4bca634d9eefd7d88.zip |
add test script
Diffstat (limited to 'test/test_avx_all.bat')
-rwxr-xr-x | test/test_avx_all.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_avx_all.bat b/test/test_avx_all.bat new file mode 100755 index 0000000..ec74d28 --- /dev/null +++ b/test/test_avx_all.bat @@ -0,0 +1,9 @@ +@echo off +echo ** nasm-avx(32bit) *** +call test_avx +echo ** nasm-avx(64bit) *** +call test_avx 64 +echo ** yasm-avx(32bit) *** +call test_avx Y +echo ** yasm-avx(64bit) *** +call test_avx Y64 |