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

via libc-commits libc-commits at lists.llvm.org
Sun Apr 6 09:12:34 PDT 2025


lntue wrote:

> It's a bit surprising (and unexpected) for the 32-bit ARM implementation to be in a directory called `aarch64`, can we move the file to `libc/src/__support/FPUtil/arm/sqrt.h`? That would also match what we've done for RISC-V.

Done.

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


More information about the libc-commits mailing list