diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2015-07-06 12:43:31 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2015-07-06 12:52:55 +0100 |
commit | 6471190491435c6ee819232f3eb71ad9638563cc (patch) | |
tree | 025c6ff7559986bbf5356b2c50fdeaed842995a2 /ChangeLog | |
parent | a1b85e1d6c2fbd815818d50ba7060dd3771888e3 (diff) | |
download | glibc-6471190491435c6ee819232f3eb71ad9638563cc.tar.gz glibc-6471190491435c6ee819232f3eb71ad9638563cc.tar.xz glibc-6471190491435c6ee819232f3eb71ad9638563cc.zip |
Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f057e9d868..0f5d45e55b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2015-07-06 Wilco Dijkstra <wdijkstr@arm.com> + * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt): + New function. (__ieee754_sqrtf): New function. + * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt): + New function. + * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf): + New function. + +2015-07-06 Wilco Dijkstra <wdijkstr@arm.com> + * sysdeps/ieee754/support.c: Remove unused file. 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com> |