Message ID | 54FDF8A4.5060100@linux.vnet.ibm.com |
---|---|
State | New |
Headers | show |
On Mon, 9 Mar 2015, Adhemerval Zanella wrote: > Right, but I think for GLIBC this is not usual way. I would suggest the > followin fix: > > diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile > index 35f545f..5557c75 100644 > --- a/sysdeps/ieee754/dbl-64/Makefile > +++ b/sysdeps/ieee754/dbl-64/Makefile > @@ -2,4 +2,5 @@ ifeq ($(subdir),math) > # branred depends on precise IEEE double rounding > CFLAGS-branred.c = $(config-cflags-nofma) > CFLAGS-e_sqrt.c = $(config-cflags-nofma) > +CFLAGS-e_pow.c = $(config-cflags-nofma) > endif OK (with ChangeLog entry and bug filed in Bugzilla as usual).
diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile index 35f545f..5557c75 100644 --- a/sysdeps/ieee754/dbl-64/Makefile +++ b/sysdeps/ieee754/dbl-64/Makefile @@ -2,4 +2,5 @@ ifeq ($(subdir),math) # branred depends on precise IEEE double rounding CFLAGS-branred.c = $(config-cflags-nofma) CFLAGS-e_sqrt.c = $(config-cflags-nofma) +CFLAGS-e_pow.c = $(config-cflags-nofma) endif