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

Eli Friedman eli.friedman at gmail.com
Mon Mar 3 14:57:37 PST 2008


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



More information about the cfe-commits mailing list