================
@@ -327,8 +327,11 @@ let Features = "ssse3", Attributes = [NoThrow, Const,
Constexpr, RequiredVectorW
}
}
-let Features = "sse4.1", Attributes = [NoThrow, Const,
RequiredVectorWidth<128>] in {
+let Features = "sse4.1", Attributes = [NoThrow, Const, Constexpr,
RequiredVectorWidth<128>] in {
def insertps128 : X86Builtin<"_Vector<4, float>(_Vector<4, float>,
_Vector<4, float>, _Constant char)">;
----------------
RKSimon wrote:
Move this down to the ptestz128 intrinsics?
https://github.com/llvm/llvm-project/pull/165513
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits