[libc-commits] [libc] [libc] enable most of the entrypoints on aarch64 (PR #101797)

via libc-commits libc-commits at lists.llvm.org
Sat Aug 3 02:47:34 PDT 2024


================
@@ -552,17 +575,25 @@ if(LIBC_TYPES_HAS_FLOAT16)
     libc.src.math.canonicalizef16
     libc.src.math.ceilf16
     libc.src.math.copysignf16
+    libc.src.math.expf16
----------------
overmighty wrote:

We ran into an issue with `expf16` on the AArch64 buildbots that I couldn't reproduce on my AArch64 phone: https://github.com/llvm/llvm-project/pull/100632#issuecomment-2258772681.

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


More information about the libc-commits mailing list