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

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Sat Apr 5 16:18:28 PDT 2025


petrhosek 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.

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


More information about the libc-commits mailing list