x86: Remove feraiseexcept optimization
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 9 Mar 2020 13:21:51 +0000 (10:21 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 Mar 2020 13:52:32 +0000 (10:52 -0300)
commit4a30b6109c119feeb95cf154382057fbf757d4da
treef831b87a18b75289d343c939cfd86e1c41fcbddf
parent5f34491510efe37d094c1fca66c7404002cdcdc5
x86: Remove feraiseexcept optimization

Similar to fenvinline.h removal, this kind of optimization is better
implemented by the compiler.  Also newer code avoid setting exceptions
directly (for instance the code to make new logf, log2f and powf
implementatation to now support SVID compat).

The BZ#94194 [1] the corresponding GCC bug for adding replacements
for these on x86.

Checked on x86_64-linux-gnu and i686-linux-gnu.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94194
sysdeps/x86/fpu/bits/fenv.h
sysdeps/x86/fpu/include/bits/fenv.h [deleted file]