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

via libc-commits libc-commits at lists.llvm.org
Wed Aug 7 15:22:06 PDT 2024


================
@@ -419,7 +419,11 @@ add_math_entrypoint_object(roundevenl)
 add_math_entrypoint_object(roundevenf16)
 add_math_entrypoint_object(roundevenf128)
 
+add_math_entrypoint_object(scalbln)
+add_math_entrypoint_object(scalblnl)
+add_math_entrypoint_object(scalblnf)
----------------
overmighty wrote:

Nit: sorting.

```suggestion
add_math_entrypoint_object(scalblnf)
add_math_entrypoint_object(scalblnl)
```

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


More information about the libc-commits mailing list