* [committed, PATCH] x86_64 __redirect_ieee754_expf: Change double to float
@ 2017-08-28 15:49 H.J. Lu
0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2017-08-28 15:49 UTC (permalink / raw)
To: GNU C Library
__redirect_ieee754_expf has type float, not double.
* sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
Change double to float.
---
ChangeLog | 5 +++++
sysdeps/x86_64/fpu/multiarch/e_expf.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d6aef6da03..522029c844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
+ Change double to float.
+
2017-08-28 Joseph Myers <joseph@codesourcery.com>
* math/math-svid-compat.h [!__ASSEMBLER__]: Make code
diff --git a/sysdeps/x86_64/fpu/multiarch/e_expf.c b/sysdeps/x86_64/fpu/multiarch/e_expf.c
index 864d5f9b21..096209857e 100644
--- a/sysdeps/x86_64/fpu/multiarch/e_expf.c
+++ b/sysdeps/x86_64/fpu/multiarch/e_expf.c
@@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-extern double __redirect_ieee754_expf (double);
+extern float __redirect_ieee754_expf (float);
#define SYMBOL_NAME ieee754_expf
#include "ifunc-fma.h"
--
2.13.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-28 15:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 15:49 [committed, PATCH] x86_64 __redirect_ieee754_expf: Change double to float H.J. Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).