diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-18 09:38:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-18 09:38:47 -0400 |
commit | 23ce5627803ad1e6686355965cd68bb23d05fb28 (patch) | |
tree | 9fcf5bfc95d70bf49f8f2fbfbc77426cb4813ef8 /sysdeps | |
parent | 581d30e386b9567b973a65d0bc82af782ac078ed (diff) | |
download | glibc-23ce5627803ad1e6686355965cd68bb23d05fb28.tar.gz glibc-23ce5627803ad1e6686355965cd68bb23d05fb28.tar.xz glibc-23ce5627803ad1e6686355965cd68bb23d05fb28.zip |
Pretty print last change to x86-64 mathinline.h
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/fpu/bits/mathinline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/bits/mathinline.h b/sysdeps/x86_64/fpu/bits/mathinline.h index 57d718db55..1a2c1ee997 100644 --- a/sysdeps/x86_64/fpu/bits/mathinline.h +++ b/sysdeps/x86_64/fpu/bits/mathinline.h @@ -167,7 +167,7 @@ __NTH (rintf (float __x)) return __res; } -#ifdef __USE_ISOC99 +# ifdef __USE_ISOC99 /* Round to nearest integer without raising inexact exception. */ __MATH_INLINE double __NTH (nearbyint (double __x)) @@ -183,7 +183,7 @@ __NTH (nearbyintf (float __x)) __asm ("roundss $0xc, %1, %0" : "=x" (__res) : "xm" (__x)); return __res; } -#endif +# endif __END_NAMESPACE_C99 # endif |