This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: libquadmath: Update I/O parts from GLIBC


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
joseph@codesourcery.com


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