[llvm] [RISCV] Mark sincos libcalls as available for RISC-V (PR #168708)
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 08:08:38 PST 2025
================
@@ -2452,6 +2452,7 @@ def RISCVSystemLibrary
(add DefaultRuntimeLibcallImpls,
exp10f, exp10, exp10l_f128,
__riscv_flush_icache,
+ LibmHasSinCosF32, LibmHasSinCosF64, LibmHasSinCosF128,
----------------
asb wrote:
Looking at AArch64 it seems it should kick in for f128 as well and it's not for some reason. I'll look into that.
https://github.com/llvm/llvm-project/pull/168708
More information about the llvm-commits
mailing list