From: Joseph Myers Date: Fri, 25 Sep 2015 17:29:19 +0000 (+0000) Subject: Use soft-fp fma for MicroBlaze (bug 13304). X-Git-Tag: glibc-2.23~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c48b21b58ab810a7e7cd09e5b674567ba364de;p=thirdparty%2Fglibc.git Use soft-fp fma for MicroBlaze (bug 13304). Systems without floating-point exceptions and rounding modes should use the soft-fp versions of fmaf and fma, not the sysdeps/ieee754 versions that rely on setting rounding to zero and testing for the "inexact" exception; this has been noted on for some time. This patch makes MicroBlaze use the soft-fp files; sfp-machine.h is made to include the nios2 version of sfp-machine.h which seems sufficiently generic for 32-bit systems. [BZ #13304] * sysdeps/microblaze/s_fma.c: New file. * sysdeps/microblaze/s_fmaf.c: Likewise. * sysdeps/microblaze/sfp-machine.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 45b8f8606bb..d76c280c67e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-25 Joseph Myers + + [BZ #13304] + * sysdeps/microblaze/s_fma.c: New file. + * sysdeps/microblaze/s_fmaf.c: Likewise. + * sysdeps/microblaze/sfp-machine.h: Likewise. + 2015-09-25 Maciej W. Rozycki [BZ #17250] diff --git a/sysdeps/microblaze/s_fma.c b/sysdeps/microblaze/s_fma.c new file mode 100644 index 00000000000..d9613fa67ce --- /dev/null +++ b/sysdeps/microblaze/s_fma.c @@ -0,0 +1 @@ +#include diff --git a/sysdeps/microblaze/s_fmaf.c b/sysdeps/microblaze/s_fmaf.c new file mode 100644 index 00000000000..aa5c9b2d913 --- /dev/null +++ b/sysdeps/microblaze/s_fmaf.c @@ -0,0 +1 @@ +#include diff --git a/sysdeps/microblaze/sfp-machine.h b/sysdeps/microblaze/sfp-machine.h new file mode 100644 index 00000000000..e4ad79e6bdb --- /dev/null +++ b/sysdeps/microblaze/sfp-machine.h @@ -0,0 +1 @@ +#include