diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-07-18 07:20:15 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-07-18 07:20:15 +0900 |
commit | be102eb6b750169d9b087adb082b526194ad4d59 (patch) | |
tree | 5ddaa69f3cbc19cc47b4c55e221c8ee4f1b85076 /test/make_512.cpp | |
parent | 1180cba918d9387284a43fafb0012f95c7fb6ea5 (diff) | |
download | xbyak-be102eb6b750169d9b087adb082b526194ad4d59.tar.gz xbyak-be102eb6b750169d9b087adb082b526194ad4d59.zip |
put512_X_X_XM() is ok
Diffstat (limited to 'test/make_512.cpp')
-rw-r--r-- | test/make_512.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/make_512.cpp b/test/make_512.cpp index e57b909..3854012 100644 --- a/test/make_512.cpp +++ b/test/make_512.cpp @@ -1435,14 +1435,14 @@ public: separateFunc(); put_vmov(); separateFunc(); -#endif put512_X_XM(); separateFunc(); -#if 0 put512_X_X_XM(); separateFunc(); +#endif put512_X3(); separateFunc(); +#if 0 put512_X3_I(); separateFunc(); put512_FMA(); |