Skip to content

Commit d460cbf

Browse files
committed
Rebase
1 parent f72c181 commit d460cbf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,6 @@ let Features = "avx", Attributes = [NoThrow, Const, Constexpr, RequiredVectorWid
579579
def vec_set_v8si : X86Builtin<"_Vector<8, int>(_Vector<8, int>, int, _Constant int)">;
580580
}
581581

582-
let Features = "avx2",
583-
Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256>] in {
584-
def pmovmskb256 : X86Builtin<"int(_Vector<32, char>)">;
585-
}
586-
587582
let Features = "avx2", Attributes = [NoThrow, Const, RequiredVectorWidth<256>] in {
588583
def mpsadbw256 : X86Builtin<"_Vector<32, char>(_Vector<32, char>, _Vector<32, char>, _Constant char)">;
589584
def palignr256 : X86Builtin<"_Vector<32, char>(_Vector<32, char>, _Vector<32, char>, _Constant int)">;

0 commit comments

Comments
 (0)