This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] AArch64 compile dbl-64/e_sqrt.c with -ffp-contract=off


This patch fixes the numerical errors in aarch64 sqrt() due to the
compilers use of fnmsub (negated fused multiply-subtract).

Previous thread:
https://sourceware.org/ml/libc-alpha/2013-12/msg00473.html

I'll leave this on the list for 24 hours before committing to give
folks the opportunity to comment on the (in)appropriateness of my
solution...

Cheers
/Marcus

Attachment: glibc-e_sqrt-flags.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]