[libc-commits] [libc] [libc][math] Implement nearest integer functions using builtins when available (PR #98376)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 10 13:28:12 PDT 2024


================
@@ -489,6 +489,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.rintl
     libc.src.math.round
     libc.src.math.roundf
+    libc.src.math.roundevenf
     libc.src.math.roundl
----------------
overmighty wrote:

I messed up the sorting. I enabled just this entrypoint because I use it in the performance test.

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


More information about the libc-commits mailing list