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]

[patch x86] use always_inline on all vector intrinsics


A mechanical patch to add "__attribute__((__always_inline__))" to every vector intrinsic in i386/*mmintrin.h.

Bootstrapped and DejaGnu on Darwin/x86, no regressions.

2005-06-28 Stuart Hastings <stuart@apple.com>

* gcc/config/i386/mmintrin.h: Mark vector intrinsics always_inline.
* gcc/config/i386/emmintrin.h: Likewise.
* gcc/config/i386/pmmintrin.h: Likewise.
* gcc/config/i386/xmmintrin.h: Likewise.


O.K. for mainline?

stuart


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