mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
49bc41b642
Add 'volatile' keyword to a few asm statements, to force the compiler to generate the instructions therein. Some instances were implicitly volatile, but adding keyword for consistency. 2019-06-19 Paul A. Clarke <pc@us.ibm.com> * sysdeps/powerpc/fpu/fenv_libc.h (relax_fenv_state): Add 'volatile'. * sysdeps/powerpc/fpu/fpu_control.h (__FPU_MFFS): Likewise. (__FPU_MFFSL): Likewise. (_FPU_SETCW): Likewise. |
||
---|---|---|
.. | ||
e_hypot.c | ||
e_hypotf.c | ||
e_sqrt.c | ||
e_sqrtf.c | ||
fclrexcpt.c | ||
fe_mask.c | ||
fe_nomask.c | ||
fedisblxcpt.c | ||
feenablxcpt.c | ||
fegetenv.c | ||
fegetexcept.c | ||
fegetmode.c | ||
fegetround.c | ||
feholdexcpt.c | ||
fenv_const.c | ||
fenv_libc.h | ||
fenv_private.h | ||
fesetenv.c | ||
fesetexcept.c | ||
fesetmode.c | ||
fesetround.c | ||
feupdateenv.c | ||
fgetexcptflg.c | ||
fix-fp-int-compare-invalid.h | ||
fraiseexcpt.c | ||
fsetexcptflg.c | ||
ftestexcept.c | ||
get-rounding-mode.h | ||
libm-test-ulps | ||
libm-test-ulps-name | ||
Makefile | ||
math_ldbl.h | ||
math_private.h | ||
math-barriers.h | ||
math-tests-trap-force.h | ||
round_to_integer.h | ||
s_ceil.c | ||
s_ceilf.c | ||
s_copysign.c | ||
s_copysignf.c | ||
s_floor.c | ||
s_floorf.c | ||
s_fma.c | ||
s_fmaf.c | ||
s_lrintf.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 | ||
t_sqrt.c | ||
tst-setcontext-fpscr.c |