This is the mail archive of the gcc@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]

SIMD support in GCC (was :Re: MMX suppport in GCC)


jh@suse.cz (Jan Hubicka) writes:

>> Does gcc-2.95.3 support  MMX(Multi Media eXtension).
> No, however 3.1 does.

BTW, does gcc support auto-vectorization on any of supported targets
(MMX, SSE, Altivec, ...) ? My impression is that it only provides
intrinsics that employ corresponding registers and instructions, and
uses SIMD units for scalar computations when it makes sense, but I can
be mistaken.

-- 
 							With regards, Roman.


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