This option changes the interpretation of the double and long double types.
Both the double type and the long double type are regarded as the float type. (It is the same result as when the -dbl_size=4 option is specified).
When 4 is specified as the parameter, both the double type and the long double type are regarded as the float type. |
When 8 is specified as the parameter, neither the double type nor the long double type is regarded as the float type. |
When the -dbl_size=4 option is specified and a standard library function for the double type is called, it is replaced with the corresponding standard library for the float type. |