mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
add tests of v{add,max,min} with {er}/{sae}
This commit is contained in:
parent
cdaa396d7a
commit
b6d2b90445
1 changed files with 5 additions and 0 deletions
|
@ -3465,6 +3465,11 @@ public:
|
|||
put(p, _ZMM, _ZMM, mem);
|
||||
}
|
||||
}
|
||||
put("vaddpd", ZMM, ZMM, ZMM_ER);
|
||||
put("vmaxpd", ZMM, ZMM, ZMM_SAE);
|
||||
put("vminps", ZMM, ZMM, ZMM_SAE);
|
||||
put("vmaxsd", XMM, XMM, XMM_SAE);
|
||||
put("vminss", XMM, XMM, XMM_SAE);
|
||||
#endif
|
||||
}
|
||||
void put512_cvt()
|
||||
|
|
Loading…
Reference in a new issue