@@ -603,10 +603,9 @@ let Features = "avx2", Attributes = [NoThrow, Const, RequiredVectorWidth<256>] i
603603 def mpsadbw256 : X86Builtin<" _Vector<32, char>(_Vector<32, char>, _Vector<32, char>, _Constant char)" >;
604604 def palignr256 : X86Builtin<" _Vector<32, char>(_Vector<32, char>, "
605605 " _Vector<32, char>, _Constant int)" >;
606- def psadbw256 : X86Builtin<" _Vector<4, long long int>(_Vector<32, char>, _Vector<32, char>)" >;
607- def psignb256 : X86Builtin<" _Vector<32, char>(_Vector<32, char>, _Vector<32, char>)" >;
608- def psignw256 : X86Builtin<" _Vector<16, short>(_Vector<16, short>, _Vector<16, short>)" >;
609- def psignd256 : X86Builtin<" _Vector<8, int>(_Vector<8, int>, _Vector<8, int>)" >;
606+ def psadbw256
607+ : X86Builtin<
608+ " _Vector<4, long long int>(_Vector<32, char>, _Vector<32, char>)" >;
610609 def psllw256 : X86Builtin<" _Vector<16, short>(_Vector<16, short>, _Vector<8, short>)" >;
611610 def pslldqi256_byteshift : X86Builtin<" _Vector<32, char>(_Vector<32, char>, _Constant int)" >;
612611 def pslld256 : X86Builtin<" _Vector<8, int>(_Vector<8, int>, _Vector<4, int>)" >;
0 commit comments