[clang] [llvm] [AArch64] Add Neon FP8 conversion intrinsics (PR #119033)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 09:24:23 PST 2025
================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -target-feature +bf16 -target-feature +faminmax -emit-llvm -verify %s -o /dev/null
----------------
momchil-velikov wrote:
No, they are both required by `fp8`.
https://github.com/llvm/llvm-project/pull/119033
More information about the llvm-commits
mailing list