This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Remove placeholder implementations of asin and pow.
ClosedPublic

Authored by lntue on Apr 19 2023, 10:04 PM.

Diff Detail

Event Timeline

lntue created this revision.Apr 19 2023, 10:04 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 19 2023, 10:04 PM
lntue requested review of this revision.Apr 19 2023, 10:04 PM
sivachandra accepted this revision.Apr 19 2023, 10:05 PM
sivachandra added inline comments.
libc/spec/stdc.td
484 ↗(On Diff #515217)

No harm in keeping the spec in place.

This revision is now accepted and ready to land.Apr 19 2023, 10:05 PM
lntue updated this revision to Diff 515220.Apr 19 2023, 10:19 PM

Keep function specs in place.

lntue marked an inline comment as done.Apr 19 2023, 10:20 PM
libc/test/src/math/CMakeLists.txt