glibc/sysdeps/alpha/fpu
Richard Henderson 69862e2511 alpha: Remove nearbyint and nearbyintf implementations
The original implementation was written for EV5, which does not
record inexact in the status register for /SU (but no /I) insns.
But EV6 does record the inexact status; the lack of /I simply
means that the exception is suppressed.

Adding feholdexcept becomes the bulk of the overhead, so we might
as well use the default implementation.
2014-07-03 10:37:59 -07:00
..
bits alpha: Fix isnan 2014-07-01 09:54:29 -07:00
cabsf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
cargf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
cfloat-compat.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
cimagf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
conjf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
crealf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
e_sqrt.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
e_sqrtf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fclrexcpt.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fedisblxcpt.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
feenablxcpt.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fegetenv.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fegetexcept.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fegetround.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
feholdexcpt.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fenv_libc.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fesetenv.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fesetround.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
feupdateenv.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fgetexcptflg.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fpu_control.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fsetexcptflg.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
ftestexcept.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
get-rounding-mode.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
libm-test-ulps alpha: Update libm-test-ulps 2014-07-01 09:54:27 -07:00
math_private.h alpha: Implement math_opt_barrier and math_force_eval 2014-07-03 08:56:55 -07:00
s_cacosf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_cacoshf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_casinf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_casinhf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_catanf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_catanhf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ccosf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ccoshf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ceil.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ceilf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_cexpf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_clog10f.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_clogf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_copysign.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_copysignf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_cpowf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_cprojf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_csinf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_csinhf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_csqrtf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ctanf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_ctanhf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fabs.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fabsf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_floor.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_floorf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fmax.S Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fmaxf.S Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fmin.S Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_fminf.S Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_isnan.c alpha: Fix isnan 2014-07-01 09:54:29 -07:00
s_isnanf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llrint.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llrintf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llround.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llroundf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_lrint.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_lrintf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_lround.c alpha: Fix lround implementations 2014-07-03 08:52:45 -07:00
s_lroundf.c alpha: Fix lround implementations 2014-07-03 08:52:45 -07:00
s_nearbyint.c alpha: Remove nearbyint and nearbyintf implementations 2014-07-03 10:37:59 -07:00
s_rint.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_rintf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_trunc.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_truncf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
Versions Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00