glibc/sysdeps/aarch64/fpu
Wilco Dijkstra 7b1c56e483 Improve feenableexcept performance - avoid an unnecessary FPCR read in case
the FPCR does not change. Also improve the logic of the return value.
2015-08-05 16:24:02 +01:00
..
e_sqrt.c Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions. 2015-07-06 12:52:55 +01:00
e_sqrtf.c Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions. 2015-07-06 12:52:55 +01:00
fclrexcpt.c
fedisblxcpt.c
feenablxcpt.c Improve feenableexcept performance - avoid an unnecessary FPCR read in case 2015-08-05 16:24:02 +01:00
fegetenv.c
fegetexcept.c
fegetround.c
feholdexcpt.c
fesetenv.c Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes. 2015-08-05 16:24:01 +01:00
fesetround.c Fix libm fesetround namespace (bug 17748). 2015-01-07 00:41:23 +00:00
feupdateenv.c Fix libm feupdateenv namespace (bug 17748). 2015-01-07 19:01:20 +00:00
fgetexcptflg.c
fpu_control.h
fraiseexcpt.c
fsetexcptflg.c
ftestexcept.c
get-rounding-mode.h
math_private.h Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going via memory. 2015-07-13 12:48:33 +01:00
s_ceil.c
s_ceilf.c
s_floor.c
s_floorf.c
s_fma.c
s_fmaf.c
s_fmax.c
s_fmaxf.c
s_fmin.c
s_fminf.c
s_frint.c
s_frintf.c
s_llrint.c
s_llrintf.c
s_llround.c
s_llroundf.c
s_lrint.c
s_lrintf.c
s_lround.c
s_lroundf.c
s_nearbyint.c
s_nearbyintf.c
s_rint.c
s_rintf.c
s_round.c
s_roundf.c
s_trunc.c
s_truncf.c