Top "Half-precision-float" questions

half-precision 16-bit floating point

Why is there no 2-byte float and does an implementation already exist?

Assuming I am really pressed for memory and want a smaller range (similar to short vs int). Shader languages already …

c++ floating-point 16-bit half-precision-float
How to enable __fp16 type on gcc for x86_64

The __fp16 floating point data-type is a well known extension to the C standard used notably on ARM processors. I …

c++ c gcc x86 half-precision-float