[libc-commits] [libc] [libc][stdfix] Implement sqrtfx for remaining fixed point types (PR #214741)

via libc-commits libc-commits at lists.llvm.org
Tue Aug 25 11:52:45 PDT 2026


================

----------------
PiJoules wrote:

nit: Could be done in a separate patch, but if the goal of this is to print `v` and `func(v)` here then this could probably be

```
ASSERT_LE(errors, ERR) << "v: " << v << ", func(v): " << func(v);
```

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


More information about the libc-commits mailing list