[libc-commits] [libc] [libc] Make sqrtf128 use emulated float128 (PR #216500)
via libc-commits
libc-commits at lists.llvm.org
Mon Aug 17 16:46:46 PDT 2026
================
@@ -2698,6 +2698,7 @@ add_entrypoint_object(
../sqrtf128.h
DEPENDS
libc.src.__support.math.sqrtf128
+ libc.src.__support.CPP.bit
----------------
overmighty wrote:
Nit: sorting.
```suggestion
libc.src.__support.CPP.bit
libc.src.__support.math.sqrtf128
```
https://github.com/llvm/llvm-project/pull/216500
More information about the libc-commits
mailing list