[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


================
@@ -718,6 +721,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.remquof128
     libc.src.math.rintf128
     libc.src.math.roundevenf128
+    libc.src.math.scalblnf128
     libc.src.math.roundf128
     libc.src.math.scalbnf128
----------------
overmighty wrote:

Nit: sorting.

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


More information about the libc-commits mailing list