Skip to content

Commit 0b5295c

Browse files
committed
Remove duplicate phminposuw td from rebase
1 parent d5d98b0 commit 0b5295c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ let Features = "sse4.1", Attributes = [NoThrow, Const, RequiredVectorWidth<128>]
325325
def dpps : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>, _Constant char)">;
326326
def dppd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, "
327327
"_Vector<2,double>, _Constant char)">;
328-
def mpsadbw128 : X86Builtin<"_Vector<16, char>(_Vector<16, char>, _Vector<16, char>, _Constant char)">;
329-
def phminposuw128 : X86Builtin<"_Vector<8, short>(_Vector<8, short>)">;
328+
def mpsadbw128 : X86Builtin<"_Vector<16, char>(_Vector<16, char>, "
329+
"_Vector<16, char>, _Constant char)">;
330330
}
331331

332332
let Features = "sse4.1",

0 commit comments

Comments
 (0)