fpconfig.hh (mathmod-11.0-source) | : | fpconfig.hh (mathmod-11.1-source) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
by default because they rely on C99 functions, and non-standard libraries | by default because they rely on C99 functions, and non-standard libraries | |||
in the case pf MPFR and GMP, and they make compiling needlessly slower | in the case pf MPFR and GMP, and they make compiling needlessly slower | |||
and the resulting binary needlessly larger if they are not used in the | and the resulting binary needlessly larger if they are not used in the | |||
program.) | program.) | |||
*/ | */ | |||
//#define FP_SUPPORT_FLOAT_TYPE | //#define FP_SUPPORT_FLOAT_TYPE | |||
//#define FP_SUPPORT_LONG_DOUBLE_TYPE | //#define FP_SUPPORT_LONG_DOUBLE_TYPE | |||
//#define FP_SUPPORT_LONG_INT_TYPE | //#define FP_SUPPORT_LONG_INT_TYPE | |||
//#define FP_SUPPORT_MPFR_FLOAT_TYPE | //#define FP_SUPPORT_MPFR_FLOAT_TYPE | |||
//#define FP_SUPPORT_GMP_INT_TYPE | //#define FP_SUPPORT_GMP_INT_TYPE | |||
//#define FP_SUPPORT_COMPLEX_DOUBLE_TYPE | #define FP_SUPPORT_COMPLEX_DOUBLE_TYPE | |||
//#define FP_SUPPORT_COMPLEX_FLOAT_TYPE | #define FP_SUPPORT_COMPLEX_FLOAT_TYPE | |||
//#define FP_SUPPORT_COMPLEX_LONG_DOUBLE_TYPE | //#define FP_SUPPORT_COMPLEX_LONG_DOUBLE_TYPE | |||
/* If you are using FunctionParser_ld or FunctionParser_cld and your compiler | /* If you are using FunctionParser_ld or FunctionParser_cld and your compiler | |||
supports the strtold() function, you should uncomment the following line. | supports the strtold() function, you should uncomment the following line. | |||
*/ | */ | |||
//#define FP_USE_STRTOLD | //#define FP_USE_STRTOLD | |||
/* Uncomment this line or define it in your compiler settings if you want | /* Uncomment this line or define it in your compiler settings if you want | |||
to disable compiling the basic double version of the library, in case | to disable compiling the basic double version of the library, in case | |||
one of the above types is used but not the double type. (If the double | one of the above types is used but not the double type. (If the double | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |