aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/make_nm.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2013-05-25 05:41:00 +0900
committerMITSUNARI Shigeo <[email protected]>2013-05-25 05:41:00 +0900
commit63eac5901c44e48461b539d46e0196b4a098e4e8 (patch)
tree8352aed0c49d3cdc919b7ab99b95fee66e40e216 /test/make_nm.cpp
parent66b2680b58c7f48efff094046420ec69f32b4b3d (diff)
downloadxbyak-63eac5901c44e48461b539d46e0196b4a098e4e8.tar.gz
xbyak-63eac5901c44e48461b539d46e0196b4a098e4e8.zip
add vpmaxsb, vpmaxsw, vpmaxsd
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r--test/make_nm.cpp6
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 },