half-precision 16-bit floating point
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-floatThe __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