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] BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm


On 6 Jun 2012, Andreas Schwab verbalised:

> Adhemerval Zanella <azanella@linux.vnet.ibm.com> writes:
>
>> @@ -235,10 +233,22 @@ __ieee754_expl (long double x)
>>  	    return __ieee754_expl_proc2 (origx);
>>  	  }
>>         */
>> -      if (!unsafe)
>> -	return result;
>> -      else
>> -	return result * scale_u.d;
>> +      if (unsafe)
>> +	{
>> +	  /* The scale with denormal number might generated undeflow for
>
> s/undeflow/underflow

For that matter, s/generated/generate/

-- 
NULL && (void)


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