This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Better _MM_TRANSPOSE4_PS


On 10/7/05, Evan Cheng <evan.cheng@apple.com> wrote:
> Hi,
>
> We would like to contribute a faster _MM_TRANSPOSE4_PS macro in
> config/i386/xmmintrin.h
>
> This version uses high / low moves and unpacks. It's 16% faster than
> the old version on current generation of Pentium 4 processors.

I'm curious if it makes any difference on AMD processors.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]