[cfe-commits] r47852 - in /cfe/trunk/Headers: mmintrin.devel.h mmintrin.h

Anders Carlsson andersca at mac.com
Mon Mar 3 15:14:42 PST 2008


 
On Monday, March 03, 2008, at 02:57PM, "Eli Friedman" <eli.friedman at gmail.com> wrote:
>On Mon, Mar 3, 2008 at 11:34 AM, Anders Carlsson <andersca at mac.com> wrote:
>> Temporarily rename mmintrin.h so that it won't clash with the system header. It
>> will be renamed back once the few remaining methods have been implemented.
>
>Ah, sorry, I'll try to finish fixing up the __builtin_shufflevector
>patch sometime soon.  On a side note, though, you don't actually need
>__builtin_shufflevector to implement those methods... the
>implementation will just be very inefficient with LLVM's current
>vector optimization capabilities.
>
>-Eli


Yeah, I know. I could also have used the already existing builtins for this, but I wanted to wait until shufflevector was done :)

Anders



More information about the cfe-commits mailing list