================
@@ -5055,3 +5055,13 @@ let Features = "avx10.2", Attributes = [NoThrow, Const,
RequiredVectorWidth<256>
let Features = "avx10.2", Attributes = [NoThrow, Const,
RequiredVectorWidth<512>] in {
def vgetmantbf16512_mask : X86Builtin<"_Vector<32, __bf16>(_Vector<32,
__bf16>, _Constant int, _Vector<32, __bf16>, unsigned int)">;
}
+
+let Features = "avx512bmm", Attributes = [NoThrow, Const, Constexpr,
RequiredVectorWidth<512>] in {
----------------
RKSimon wrote:
These don't have Constexpr handling yet?
https://github.com/llvm/llvm-project/pull/182556
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits