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] Remove alpha specific fmax, fmin to fix sNaN handling [BZ #20947]



On 01/01/2018 13:06, Joseph Myers wrote:
> On Mon, 1 Jan 2018, Aurelien Jarno wrote:
> 
>> Thanks for the review. ceil and floor have already been fixed in commits
>> 062e53c195 and 65cc568cf5. What is left are many issues with the
>> exceptions, mostly "Inexact" ones, but they are more difficult to fix.
> 
> If you have missing "inexact" for functions that require it to be raised, 
> building those particular functions with -mieee-with-inexact (which some 
> functions and tests already use) would be appropriate.
> 

Indeed I was referring to Inexact exceptions being generated.  And
unfortunately adding -mieee-with-inexact on s_ceil{f} does not seems
to fix the issues on the environment I have access (gcc version 6.3.0,
Alpha EV68CB). Also, the same compiler flag does not help on fma{f}.


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