This is an archive of the discontinued LLVM Phabricator instance.

[libc] add EXP_MAT_MASK to x87 long double
ClosedPublic

Authored by michaelrj on Jun 10 2022, 4:10 PM.

Details

Summary

A previous patch added the constant EXP_MANT_MASK to the FloatProperties
for other types of long double. This patch adds it to the special 80-bit
x87 long double.

Diff Detail

Event Timeline

michaelrj created this revision.Jun 10 2022, 4:10 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 10 2022, 4:10 PM
michaelrj requested review of this revision.Jun 10 2022, 4:10 PM
lntue accepted this revision.Jun 10 2022, 4:20 PM
This revision is now accepted and ready to land.Jun 10 2022, 4:20 PM
This revision was automatically updated to reflect the committed changes.