acadia-newlib/newlib/libm
Jeff Johnston a9165ea07c Fix rounding issues with sqrt/sqrtf
- compiler is sometimes optimizing out the rounding check in
  e_sqrt.c and ef_sqrt.c which uses two constants to create
  an inexact operation
- there is a similar constant operation in s_tanh.c/sf_tanh.c
- make the one and tiny constants volatile to stop this
2021-06-04 14:42:58 -04:00
..
common Add build mechanism to share common header files between machines 2021-04-13 12:55:33 +02:00
complex Add build mechanism to share common header files between machines 2021-04-13 12:55:33 +02:00
fenv fenv: fix up stub file comment, drop symlinks from description 2021-04-13 12:55:34 +02:00
machine fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
math Fix rounding issues with sqrt/sqrtf 2021-06-04 14:42:58 -04:00
mathfp Add build mechanism to share common header files between machines 2021-04-13 12:55:33 +02:00
test
Makefile.am
Makefile.in Add build mechanism to share common header files between machines 2021-04-13 12:55:33 +02:00
aclocal.m4
config.h.in
configure Add build mechanism to share common header files between machines 2021-04-13 12:55:33 +02:00
configure.in
libm.in.xml fenv: Include documentation in generated .info file 2019-08-15 12:04:50 +02:00
libm.texinfo fenv: Include documentation in generated .info file 2019-08-15 12:04:50 +02:00