[clang] [llvm] [AArch64] Add Neon FP8 conversion intrinsics (PR #119033)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 02:55:14 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
----------------
CarolineConcatto wrote:
nit: remove -target-feature +bf16 -target-feature +faminmax
https://github.com/llvm/llvm-project/pull/119033
More information about the llvm-commits
mailing list