This is an archive of the discontinued LLVM Phabricator instance.

[doc] Fix description of _Float16
ClosedPublic

Authored by kito-cheng on Mar 2 2021, 1:48 AM.

Details

Summary

According to ISO/IEC TS 18661-3:2015[1] _FloatN is interchange floating point type, extended floating-point type is _FloatNx (e.g. _Float32x).

[1] http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2342.pdf

Diff Detail

Event Timeline

kito-cheng requested review of this revision.Mar 2 2021, 1:48 AM
kito-cheng created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2021, 1:48 AM
SjoerdMeijer accepted this revision.Mar 2 2021, 2:28 AM

Yep, correct.

This revision is now accepted and ready to land.Mar 2 2021, 2:28 AM
This revision was landed with ongoing or failed builds.Mar 3 2021, 10:19 PM
This revision was automatically updated to reflect the committed changes.