[cfe-dev] AltiVec support with remarks considered

Chris Lattner clattner at apple.com
Tue Apr 13 20:56:24 PDT 2010


On Apr 13, 2010, at 4:22 PM, Anton Yartsev wrote:

>> 
>> One minor change though: please remove __builtin_altivec_abs_v4sf.  Instead of having the builtin, you can just implement vec_abs with the corresponding expanded code in the header.  Feel free to apply the patch (or resend and I'll apply) with that change.
>> 
>> Thanks!
>> 
>> -Chris
> Hi Chris,
> 
> here are updated files

Applied in r101215!  Note that I had to xfail test/Parser/cxx-altivec.cpp since it is now dying with this patch, please investigate.

-Chris



More information about the cfe-dev mailing list