Allows changing the format for long double (by default IEEE32).
-ldouble_size 4 | 8
The arguments are as follows:
4 : IEEE32
8 : IEEE64
4
__LONG_DOUBLE_IS_IEEE32__
__LONG_DOUBLE_IS_IEEE64__
For integrity and compliance to ANSI, the following must hold:
sizeof(double) <= sizeof(long double) <= sizeof(long long double)
For more information, refer to the topic Data Types.