[all-commits] [llvm/llvm-project] 0be1fb: [libc] Remove unused aarch64 sqrt and sqrtf implem...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Fri Mar 24 21:15:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0be1fbac2a7797399c0970e3f4033288036b65f6
https://github.com/llvm/llvm-project/commit/0be1fbac2a7797399c0970e3f4033288036b65f6
Author: Roland McGrath <mcgrathr at google.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
R libc/src/math/aarch64/sqrt.cpp
R libc/src/math/aarch64/sqrtf.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list