This is an archive of the discontinued LLVM Phabricator instance.

[libc] Remove unused aarch64 sqrt and sqrtf implementations
ClosedPublic

Authored by mcgrathr on Mar 24 2023, 9:00 PM.

Details

Summary

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

Diff Detail

Event Timeline

mcgrathr created this revision.Mar 24 2023, 9:00 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 24 2023, 9:00 PM
mcgrathr requested review of this revision.Mar 24 2023, 9:00 PM
sivachandra accepted this revision.Mar 24 2023, 9:13 PM
sivachandra added a subscriber: sivachandra.

Looks like this change removed the targets but did not remove the files: https://github.com/llvm/llvm-project/commit/21c4c82c2026bac1f53be54923c0663d41d0a0aa

This revision is now accepted and ready to land.Mar 24 2023, 9:13 PM