half-precision floating point numbers

Viewed 141

I want to use half-precision floating-point numbers in c++ on an ARM processor. I want to use half-precision numbers for arithmetic purposes. I don't know how can I define half numbers in C++? Is there any data type for half numbers in C++?

Thanks in advance

0 Answers
Related