This is an archive of the discontinued LLVM Phabricator instance.

[libc] Consolidate floating point utils into a single utils library.
ClosedPublic

Authored by sivachandra on May 11 2020, 9:28 AM.

Details

Summary

A new utils library named 'fputil' is added. This library is used in
math tests and the MPFR wrapper. The math implementations will be
modified to use this library in a later round.

Diff Detail

Event Timeline

sivachandra created this revision.May 11 2020, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2020, 9:28 AM
phosek accepted this revision.May 15 2020, 12:49 AM

LGTM

This revision is now accepted and ready to land.May 15 2020, 12:49 AM
This revision was automatically updated to reflect the committed changes.
libc/test/src/math/cosf_test.cpp