This documents the differences and interactions between _Float16 and __fp16.
This is a companion change for the _Float16 type implementation in D33719.
Differential D35295
[docs] Add section 'Half-Precision Floating Point' SjoerdMeijer on Jul 12 2017, 2:20 AM. Authored by
Details This documents the differences and interactions between _Float16 and __fp16. This is a companion change for the _Float16 type implementation in D33719.
Diff Detail
Event Timeline
Comment Actions Good points. I am thinking about how to write this down. Comment Actions Addressed the comments about portability, and added a note that Float16 is available in both C and C++ mode.
|