[libc-commits] [libc] [libc] Implement roundeven C23 math functions (PR #87678)

via libc-commits libc-commits at lists.llvm.org
Thu Apr 4 13:59:32 PDT 2024


================
@@ -494,6 +494,10 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.round
     libc.src.math.roundf
     libc.src.math.roundl
+    libc.src.math.roundeven
+    libc.src.math.roundevenf
+    libc.src.math.roundevenl
+    libc.src.math.roundevenf128
----------------
lntue wrote:

Move `f128` variant down with other `f128` functions where they are guarded.

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


More information about the libc-commits mailing list