diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-08 14:19:44 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-08 14:19:44 +0900 |
commit | 4babe05d8ede40d9ffe6085c04d146b78f1daa9e (patch) | |
tree | 145dedd431651311af35606baddab6b31be789db | |
parent | b57da14da0b0cdb39524c43fdb6648c754aede9b (diff) | |
download | xbyak-4babe05d8ede40d9ffe6085c04d146b78f1daa9e.tar.gz xbyak-4babe05d8ede40d9ffe6085c04d146b78f1daa9e.zip |
add tests of vfmadd with {er}
-rw-r--r-- | test/make_nm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index f3d4961..90c769f 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -3390,6 +3390,8 @@ public: } } } + put("vfmadd132pd", ZMM, ZMM, ZMM_ER); + put("vfmadd132ps", ZMM, ZMM, ZMM_ER); } void put512_Y_XM() { |