[libc-commits] [libc] [libc][math][c23] Add fsub{, l, f128} and remainderf128 C23 math functions (PR #101576)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 3 04:01:13 PDT 2024
================
@@ -594,6 +596,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
libc.src.math.fromfpf128
libc.src.math.fromfpxf128
libc.src.math.fsqrtf128
+ libc.src.math.fsubf128
----------------
overmighty wrote:
Why is `fsubf128` enabled on linux/riscv but not `remainderf128`?
https://github.com/llvm/llvm-project/pull/101576
More information about the libc-commits
mailing list