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

Vinayak Dev via libc-commits libc-commits at lists.llvm.org
Thu Apr 4 14:04:03 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
----------------
vinayakdsci wrote:

Sorry! I somehow didn't notice that. Fixed now.

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


More information about the libc-commits mailing list