[libc-commits] [libc] [llvm] [libc] Extend fputil::sqrt to use floating point instructions for arm32. (PR #134499)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sun Apr 6 09:17:39 PDT 2025


jhuber6 wrote:

The AMD docs say that f32 sqrt has 1ULP and f64 has (2**29)ULP accuracy. Currently AMDGPU uses the builtins, so we could probably remove `src/math/amdgpu` and same for nvptx.

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


More information about the libc-commits mailing list