[libc-commits] [libc] [llvm] [libc][math] Refactor f16sqrt to Header Only (PR #177167)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 09:51:50 PST 2026
================
@@ -54,24 +54,16 @@ add_fp_unittest(
libc.src.__support.math.exp10f16
libc.src.__support.math.expf
libc.src.__support.math.expf16
- libc.src.__support.math.f16fma
libc.src.__support.math.frexpf
libc.src.__support.math.frexpf128
libc.src.__support.math.frexpf16
libc.src.__support.math.fsqrt
- libc.src.__support.math.fsqrtf128
- libc.src.__support.math.hypotf
- libc.src.__support.math.ilogbf
+ libc.src.__support.math.f16sqrt
----------------
bassiounix wrote:
move to its alphabetical order
https://github.com/llvm/llvm-project/pull/177167
More information about the libc-commits
mailing list