diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-01-04 11:53:38 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-01-04 11:53:38 +0900 |
commit | 5a402477f8e2f842a3b755b4e115e2af08c25e9d (patch) | |
tree | ece5c08d643a32530e73477b797c755a5e49f074 /gen | |
parent | 9e16b40b061a460f15cb69758bdddb1558c91a0e (diff) | |
download | xbyak-5a402477f8e2f842a3b755b4e115e2af08c25e9d.tar.gz xbyak-5a402477f8e2f842a3b755b4e115e2af08c25e9d.zip |
vpclmulqdq supports AVX-512
Diffstat (limited to 'gen')
-rw-r--r-- | gen/gen_code.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/gen_code.cpp b/gen/gen_code.cpp index 08c471c..01139ea 100644 --- a/gen/gen_code.cpp +++ b/gen/gen_code.cpp @@ -60,7 +60,7 @@ void putX_X_XM(bool omitOnly) { 0x02, "pblendd", T_0F3A | T_66 | T_W0 | T_YMM, true, true, 2 }, { 0x0B, "roundsd", T_0F3A | T_66 | T_W0, true, true, 3 }, { 0x0A, "roundss", T_0F3A | T_66 | T_W0, true, true, 3 }, - { 0x44, "pclmulqdq", T_0F3A | T_66 | T_W0, true, true, 3 }, + { 0x44, "pclmulqdq", T_0F3A | T_66 | T_W0 | T_YMM | T_EVEX, true, true, 3 }, { 0x0C, "permilps", T_0F38 | T_66 | T_W0 | T_YMM | T_EVEX | T_EW0 | T_B32, false, false, 2 }, { 0x0D, "permilpd", T_0F38 | T_66 | T_W0 | T_YMM | T_EVEX | T_EW1 | T_B64, false, false, 2 }, |