[libc] Remove unused aarch64 sqrt and sqrtf implementations
authorRoland McGrath <mcgrathr@google.com>
Sat, 25 Mar 2023 03:59:17 +0000 (20:59 -0700)
committerRoland McGrath <mcgrathr@google.com>
Sat, 25 Mar 2023 04:15:20 +0000 (21:15 -0700)
commit0be1fbac2a7797399c0970e3f4033288036b65f6
treed8b434e2e6046619ba44c91a459230cf9e177c3a
parentca6213906f2b038a7ca54aa6d38088dc06f84685
[libc] Remove unused aarch64 sqrt and sqrtf implementations

These files are not used because the generic sqrt and sqrtf
functions already go through internal layers that reach the
machine-specific internal implemenations.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D146865
libc/src/math/aarch64/sqrt.cpp [deleted file]
libc/src/math/aarch64/sqrtf.cpp [deleted file]