[libc-commits] [libc] [llvm] [libc] Modify Exponent decomposition functions to work with emulated Float128 (PR #221540)
via libc-commits
libc-commits at lists.llvm.org
Sun Sep 6 01:16:04 PDT 2026
================
@@ -176,13 +176,15 @@ set(TARGET_LIBM_ENTRYPOINTS
#libc.src.math.fmodf
#libc.src.math.frexp
#libc.src.math.frexpf
+ #libc.src.math.frexpf128
#libc.src.math.frexpl
#libc.src.math.fsub
#libc.src.math.fsubl
#libc.src.math.hypot
#libc.src.math.hypotf
#libc.src.math.ilogb
#libc.src.math.ilogbf
+ #libc.src.math.ilogbf128b
----------------
Hari-Shankar-Karthik wrote:
Sorry, that was a silly typo. I will fix it.
https://github.com/llvm/llvm-project/pull/221540
More information about the libc-commits
mailing list