[llvm] [RISCV][SLEEF]: Support SLEEF vector library for RISC-V target. (PR #114014)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 14:35:53 PST 2024
================
@@ -44,6 +44,7 @@ enum class VFParamKind {
enum class VFISAKind {
AdvancedSIMD, // AArch64 Advanced SIMD (NEON)
SVE, // AArch64 Scalable Vector Extension
+ RVV, // RISC-V Scalable Vector Extension
----------------
topperc wrote:
"Scalable Vector Extension" is the expansion of SVE. Should drop "Scalable" for RISC-V, it's not used the in spec.
https://github.com/llvm/llvm-project/pull/114014
More information about the llvm-commits
mailing list