__FLOAT_IS_IEEE64__

Preprocessor macro defined to describe if the float is represented on 64 bits.

Syntax
  #define __FLOAT_IS_IEEE64__ 0 | 1  
Remarks

The compiler defines this macro to be 1 if the float is represented on 64 bits, 0 otherwise.