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] Call math_opt_barrier inside if


On Thu, Jan 14, 2016 at 2:13 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Thu, 14 Jan 2016, H.J. Lu wrote:
>
>> Since floating-point operation may trigger floating-point exceptions,
>> we call math_opt_barrier inside if to prevent code motion.
>>
>> Tested on x86-64.  OK for trunk?
>
> Please send a patch updating all implementations for which this issue is
> applicable.

There are

dbl-64/e_sqrt.c:      libc_feholdexcept_setround (&env, FE_TONEAREST);
dbl-64/s_fma.c:  libc_feholdexcept_setround (&env, FE_TONEAREST);
dbl-64/s_fmaf.c:  libc_feholdexcept_setround (&env, FE_TOWARDZERO);

under sysdeps/ieee754.   dbl-64/s_fma.c is the only one with this
problem.


-- 
H.J.


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