[clang] [llvm] [AArch64] Implement NEON FP8 fused multiply-add intrinsics (non-indexed) (PR #120273)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 04:09:38 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
----------------
momchil-velikov wrote:
They are needed.
https://github.com/llvm/llvm-project/pull/120273
More information about the llvm-commits
mailing list