diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-06 15:58:51 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-03-09 11:15:47 -0800 |
commit | 15194b4b3d39e3d2099f9159f3a8abb52d37cc00 (patch) | |
tree | 2319d488746b9861828c5878aace5f6cc6425a76 /ChangeLog | |
parent | 64e21edef13c6d2592f276d599d8eed01a1b1a9a (diff) | |
download | glibc-15194b4b3d39e3d2099f9159f3a8abb52d37cc00.tar.gz glibc-15194b4b3d39e3d2099f9159f3a8abb52d37cc00.tar.xz glibc-15194b4b3d39e3d2099f9159f3a8abb52d37cc00.zip |
x86_64: Convert __rint* and __floor* from macros to inlines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d8d167aaa2..59d7e9e822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-03-08 Richard Henderson <rth@twiddle.net> + * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro + to inline function. + (__rintf, __floor, __floorf): Likewise. + * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from macro to inline function. (__ieee754_sqrtf, __ieee754_sqrtl): Likewise. |