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: Fix for bz#13658 - using fsincos on x86-64


On Thu, 15 Mar 2012, Andreas Jaeger wrote:

>  #include_next <math_private.h>
> +
> +# include <fpu_control.h>
> +
> +# undef libc_feholdexcept_setround_53bit

The indentation after the "#" here was a relic of the unnecessary 
NEED_53BIT_PRECISION condition in my patch - thus, I think that 
indentation should be removed.  Otherwise, the patch looks good to me; I 
think you should commit it, and I'll look at implementing the missing 
ldbl-96 pieces so the remaining cases can be fixed.

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