[clang] [llvm] [X86] Add ACE v1 (AI Compute Extensions) support (PR #208408)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 02:21:19 PDT 2026


================
@@ -0,0 +1,51 @@
+// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +acev1 \
+// RUN: -target-feature +avx512f -emit-llvm -o - -Werror -pedantic | FileCheck %s
+
+// Tests ACE v1 MX FP8 outer product macro-based intrinsics
+
+#include <immintrin.h>
+
+void test_top4mxhf8ps(void) {
----------------
mahesh-attarde wrote:

we can safely merge all tops into single file.

https://github.com/llvm/llvm-project/pull/208408


More information about the cfe-commits mailing list