diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-05-25 05:41:00 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-05-25 05:41:00 +0900 |
commit | 63eac5901c44e48461b539d46e0196b4a098e4e8 (patch) | |
tree | 8352aed0c49d3cdc919b7ab99b95fee66e40e216 /test/make_nm.cpp | |
parent | 66b2680b58c7f48efff094046420ec69f32b4b3d (diff) | |
download | xbyak-63eac5901c44e48461b539d46e0196b4a098e4e8.tar.gz xbyak-63eac5901c44e48461b539d46e0196b4a098e4e8.zip |
add vpmaxsb, vpmaxsw, vpmaxsd
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r-- | test/make_nm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index c2386a4..34c94ea 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -1322,9 +1322,9 @@ class Test { { "vpmaddwd", true }, { "vpmaddubsw", true }, - { "vpmaxsb", false }, - { "vpmaxsw", false }, - { "vpmaxsd", false }, + { "vpmaxsb", true }, + { "vpmaxsw", true }, + { "vpmaxsd", true }, { "vpmaxub", false }, { "vpmaxuw", false }, |