This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH 4/5] ARM: Cleanup fenv implementation


On Tue, 10 Jun 2014, Wilco wrote:

> This is a series of patches which improves the ARM fenv implementation. 
> Improve rounding mode check in libc_fesetround_vfp and 
> libc_feholdsetround_vfp so it ignores out of range values.

I don't see this as an improvement.  Invalid rounding modes should never 
get here, and it's confusing to change a variable called "round" to 
something other than the rounding mode.

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