diff options
author | MITSUNARI Shigeo <[email protected]> | 2011-02-04 16:22:38 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2011-02-04 16:22:38 +0900 |
commit | 3510943e8eb1bf988cf5040540131a231b3c2407 (patch) | |
tree | 56c32f6c64917986aceeec4eaf52a916c6a92f7e /test/Makefile | |
parent | 9fa05da02b54f5027805146362e483f009af1939 (diff) | |
download | xbyak-3510943e8eb1bf988cf5040540131a231b3c2407.tar.gz xbyak-3510943e8eb1bf988cf5040540131a231b3c2407.zip |
support AVX
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index d8e66ff..89c5940 100644 --- a/test/Makefile +++ b/test/Makefile @@ -32,6 +32,11 @@ test: normalize_prefix jmp ./test_address.sh 64 ./jmp +test_avx: + ./test_avx.sh + ./test_avx.sh Y + ./test_avx.sh 64 + ./test_avx.sh Y64 clean: rm -rf *.o $(TARGET) |