diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-02-07 16:42:22 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-02-07 16:42:22 +0900 |
commit | 221384f03c71a5e584ddc8849534b213e5c1d23d (patch) | |
tree | 636e7194903027ccb537810eda47560b8a10809d /test/nm_frame.cpp | |
parent | c04141ef169da25ac00cacf15531f1712fa1130a (diff) | |
download | xbyak-221384f03c71a5e584ddc8849534b213e5c1d23d.tar.gz xbyak-221384f03c71a5e584ddc8849534b213e5c1d23d.zip |
vmov* supports [mem]|k|zv5.61
Diffstat (limited to 'test/nm_frame.cpp')
-rw-r--r-- | test/nm_frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nm_frame.cpp b/test/nm_frame.cpp index 697c2c4..9deceba 100644 --- a/test/nm_frame.cpp +++ b/test/nm_frame.cpp @@ -1,4 +1,5 @@ #include <stdio.h> +#define XBYAK_NO_OP_NAMES #define XBYAK_ENABLE_OMITTED_OPERAND #include "xbyak/xbyak.h" |