add tests of v{add,max,min} with {er}/{sae}

This commit is contained in:
MITSUNARI Shigeo 2024-10-08 15:05:31 +09:00
parent cdaa396d7a
commit b6d2b90445

View file

@ -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()