This is the mail archive of the gcc-help@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: MMX and SIMD


"William M. Quarles" <walrus@bellsouth.net> writes:

> Are MMX and SIMD instruction capabilities included in GCC now?

Yes. There are both intrinsics and also optimization flags to enable
    automatic generation of them.

See http://xrl.us/b43h and search for -mfpmath and -mmmx for
    optimization flags, http://xrl.us/b43i for vector intrinsics, and
    http://xrl.us/b43k for platform specific x86 builtins, including
    mmx and sse[2] builtins.


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