[libc-commits] [libc] [libc][math][c23] Add scalbln{, f, l, f128} C23 math functions (PR #102219)

via libc-commits libc-commits at lists.llvm.org
Tue Aug 6 14:22:08 PDT 2024


================
@@ -711,7 +711,10 @@ def StdC : StandardSpec<"stdc"> {
           FunctionSpec<"acoshf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
           FunctionSpec<"asinhf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
           FunctionSpec<"atanhf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
-
+          
----------------
overmighty wrote:

Nit: you added trailing spaces in this line.

https://github.com/llvm/llvm-project/pull/102219


More information about the libc-commits mailing list