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]

alpha, ia64, hppa ports need get-rounding-mode.h


As of commit

commit 6c9b0f68267cf365d060d4e51e7cb8f61498b875
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Sep 12 23:36:19 2012 +0000

    Make strtod respect the rounding mode (bug 14518).

the alpha, ia64 and hppa ports need a get-rounding-mode.h header to define 
how to determine the floating-point rounding mode in libc, since they do 
not have an fpu_control.h header with the functionality needed for 
sysdeps/generic/get-rounding-mode.h to work.  There are various examples 
checked in; it's likely that something similar to 
sysdeps/s390/fpu/get-rounding-mode.h, closely following the implementation 
of fegetround, is appropriate.

-- 
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]