On Sun, 18 Nov 2012, Tobias Burnus wrote: > I intent to commit the attached patch, but wouldn't mind if someone had first > a look at the configure/host handling for the rounding.
The default in libquadmath should be to use fegetround to get the rounding mode, not fpu_control.h or other architecture-specific code. Most of the extra complexity in glibc is to get it from libc without depending on libm (since fegetround is in libm), but libquadmath depends on libm anyway. -- Joseph S. Myers jos...@codesourcery.com