[libc-commits] [libc] [libc][math][c23] Add expf16 C23 math function (PR #100632)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 26 07:01:59 PDT 2024


================
@@ -393,6 +393,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.exp2f
     libc.src.math.exp2m1f
     libc.src.math.expf
+    libc.src.math.expf16
----------------
lntue wrote:

move this to `LIBC_TYPES_HAS_FLOAT16` group below.

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


More information about the libc-commits mailing list