================
@@ -180,6 +173,8 @@ let Features = "sse2", Attributes = [NoThrow] in {
let Features = "sse2", Attributes = [NoThrow, Const, Constexpr,
RequiredVectorWidth<128>] in {
def cvtpd2ps : X86Builtin<"_Vector<4, float>(_Vector<2, double>)">;
def cvtsd2ss : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<2,
double>)">;
+ def minsd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Vector<2,
double>)">;
+ def maxsd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Vector<2,
double>)">;
----------------
RKSimon wrote:
put these next to maxpd/minpd
https://github.com/llvm/llvm-project/pull/178029
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits