[clang] [llvm] [AArch64] Add FP8 Neon intrinsics for dot-product (PR #119911)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 03:54:20 PST 2025


================
@@ -0,0 +1,54 @@
+// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -target-feature +bf16 -target-feature +faminmax -target-feature +fp8 -emit-llvm -verify %s -o /dev/null
----------------
CarolineConcatto wrote:

nit: remove -target-feature +bf16 -target-feature +faminmax

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


More information about the llvm-commits mailing list