Skip to content

Commit d996020

Browse files
committed
Fix rebase
1 parent 71542e7 commit d996020

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)