[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
Wed Aug 7 10:36:13 PDT 2024
================
@@ -751,6 +755,8 @@ def StdC : StandardSpec<"stdc"> {
FunctionSpec<"getpayloadl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoublePtr>]>,
GuardedFunctionSpec<"getpayloadf16", RetValSpec<Float16Type>, [ArgSpec<Float16Ptr>], "LIBC_TYPES_HAS_FLOAT16">,
GuardedFunctionSpec<"getpayloadf128", RetValSpec<Float128Type>, [ArgSpec<Float128Ptr>], "LIBC_TYPES_HAS_FLOAT128">,
+
+
----------------
overmighty wrote:
Nit: these 2 extra blank lines should be removed. GitHub doesn't let me suggest a change properly.
https://github.com/llvm/llvm-project/pull/101576
More information about the libc-commits
mailing list