================
@@ -5678,6 +5678,204 @@ let TargetPrefix = "x86" in {
                           []>;
 }
 
+//===----------------------------------------------------------------------===//
+// ACE (AI Compute Extensions) Intrinsics
+//===----------------------------------------------------------------------===//
+let TargetPrefix = "x86" in {
+  // BSRINIT - Initialize Block Scale Register
+  def int_x86_bsrinit : ClangBuiltin<"__builtin_ia32_bsrinit">,
----------------
mahesh-attarde wrote:

Spec often mentions "future work" and "implementation work". It would be good 
to include namespace `llvm.x86.acev1.` 

https://github.com/llvm/llvm-project/pull/208408
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to