This is an archive of the discontinued LLVM Phabricator instance.

[libc] Enable hermetic floating point tests
ClosedPublic

Authored by jhuber6 on May 22 2023, 10:28 AM.

Details

Summary

This patch enables us to run the floating point tests as hermetic.
Importantly we now use the internal versions of the fesetround and
fegetround functions.

Diff Detail