This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Separated builtin function in special FPUtils header.
ClosedPublic

Authored by orex on Jun 6 2022, 1:28 AM.

Details

Summary

A small refactoring of builtin functions in preparation to adding fmod/fmodf function.

Diff Detail

Event Timeline

orex created this revision.Jun 6 2022, 1:28 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 6 2022, 1:28 AM
orex published this revision for review.Jun 6 2022, 1:42 AM
orex edited the summary of this revision. (Show Details)
lntue accepted this revision.Jun 6 2022, 7:03 AM
lntue added inline comments.
libc/src/__support/FPUtil/builtin_wrappers.h
11

Update header guard to match file name.

This revision is now accepted and ready to land.Jun 6 2022, 7:03 AM
orex marked an inline comment as done.Jun 6 2022, 7:26 AM
orex updated this revision to Diff 434470.Jun 6 2022, 7:26 AM

Fixed header protection name.