[PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
rnk at google.com
Tue Mar 26 09:47:16 PDT 2013
>
> + if (ET->getKind() == BuiltinType::Float)
>> + Out << "T__m" << Width;
>> + else if (ET->getKind() == BuiltinType::LongLong)
>> + Out << "T__m" << Width << 'i';
>> + else if (ET->getKind() == BuiltinType::Double)
>> + Out << "U__m" << Width << 'd';
>> + else
>> + IntelVector = false; // Has to be float.
>>
>
> This comment seems misleading: 'long long' isn't a floating-point type.
>
Oops, stale.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130326/cc0fc7e3/attachment.html>
More information about the cfe-commits
mailing list