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
complex
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
test
Makefile.am
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
libm.in.xml
libm.texinfo