-fp16_format

This option supports half-precision (16-bit) floating point type ' __fp16'.

Syntax
  -fp16_format <format>
  
  

The options for format are:

ieee

Use IEEE 754-2008 format. This format has mantissa of 11 bits and exponent of 3 bits. This format can represent normalized values from 2^-14 to 65504.

alternative

Use ARM alternative format. This does not support infinities and NAN's. The range is 2^-14 to 131008.

Remarks

Some restrictions on __fp16 use: