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: j0_downward failures on i686 with gcc 6.


On 01/03/16 15:42, Joseph Myers wrote:
> On Tue, 1 Mar 2016, Carlos O'Donell wrote:
> 
>> Joseph,
>>
>> On i686 using GCC 6.0 I see some additional +1 ULP changes in j0.
>>
>> Does this seem like normal compiler-induced changed in precision?
> 
> Yes - on i686, different register allocation choices affecting which 
> intermediate values are stored in excess precision.
> 

i think that should not happen with -std=c99, if
FLT_EVAL_METHOD==2 all intermediate values must be
in long double precision.



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