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] math: Enable some math builtins for clang


On Tue, 26 Mar 2019, Adhemerval Zanella wrote:

> If there is no objection, I will commit this shortly.

I'd like to confirm you made sure the built-ins *were type-generic* in the 
relevant versions of clang (not just that they existed there - in GCC, 
some of the built-ins were added first as type-specific for double, which 
would have made them inappropriate to use with long double, and then later 
changed to be type-generic).

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