-
- Downloads
Add possibility to use std functions in ./check.sh
When the `CORE_MATH_CHECK_STD` environment variable is set, regular functions (without the `cr_` prefix) from the surrounding libm are tested. The `LIBM` variable, if set, is then used to link the executables.
Showing
- src/binary32/hypot/Makefile 2 additions, 2 deletionssrc/binary32/hypot/Makefile
- src/binary32/support/Makefile.bivariate 4 additions, 2 deletionssrc/binary32/support/Makefile.bivariate
- src/binary32/support/Makefile.univariate 4 additions, 2 deletionssrc/binary32/support/Makefile.univariate
- src/binary64/cbrt/Makefile 4 additions, 1 deletionsrc/binary64/cbrt/Makefile
- src/binary64/exp/Makefile 2 additions, 2 deletionssrc/binary64/exp/Makefile
- src/binary64/exp2/Makefile 6 additions, 3 deletionssrc/binary64/exp2/Makefile
- src/binary64/hypot/Makefile 2 additions, 2 deletionssrc/binary64/hypot/Makefile
- src/binary64/support/Makefile.bivariate 4 additions, 2 deletionssrc/binary64/support/Makefile.bivariate
- src/binary64/support/Makefile.univariate 4 additions, 2 deletionssrc/binary64/support/Makefile.univariate
- src/generic/support/Makefile.checkstd 8 additions, 0 deletionssrc/generic/support/Makefile.checkstd
Loading