[clang] [llvm] [AArch64] Implement NEON FP8 fused multiply-add intrinsics (non-indexed) (PR #120273)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 05:20:53 PST 2025
================
@@ -0,0 +1,22 @@
+// 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:
Remove -target-feature +bf16 -target-feature +faminmax
https://github.com/llvm/llvm-project/pull/120273
More information about the llvm-commits
mailing list