aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/make_nm.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-08 15:23:30 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-08 15:23:30 +0900
commitd9933421141eeeaf3286b86ce1734630c79213bf (patch)
tree9078d64616c08a5339cfea3083d7339f31fbe15b /test/make_nm.cpp
parentb6d2b904454c5e7d5887e67986e019a4d34b6ff2 (diff)
downloadxbyak-d9933421141eeeaf3286b86ce1734630c79213bf.tar.gz
xbyak-d9933421141eeeaf3286b86ce1734630c79213bf.zip
[fix] v{max,min}{ph,sh} supports not {er} but {sae}
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r--test/make_nm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp
index 86f981e..de449d2 100644
--- a/test/make_nm.cpp
+++ b/test/make_nm.cpp
@@ -3487,6 +3487,10 @@ public:
put("vcvtpd2dq", YMM_KZ, _ZMM | ZMM_ER | M_1to8);
#endif
}
+ void put512_fp16()
+ {
+ put("vaddph", ZMM, ZMM, ZMM_ER);
+ }
void putMin()
{
#ifdef XBYAK64
@@ -3526,6 +3530,7 @@ public:
put512_AVX1();
separateFunc();
put512_cvt();
+ put512_fp16();
#endif
}
#endif