From: Gabriel Bouvigne <[EMAIL PROTECTED]> Subject: Re: [mp3encoder] Re: Some Amd64 timings Date: Sat, 28 Feb 2004 16:16:11 +0100
> >>>>As gcc should be able to utilize MMX, SSE, SSE2 and 3dnow > >>>>with inline assembly now, it would be nice if someone would > >>>>try to use it instead of using a 3rd party assembler. > >>> > >>>In short, they should be easier to use well than raw assembly, > >>>whether inlined or external. > > Isn't intrinsics specific to the compiler, with gcc intrinsics not > usable with VC or ICL, and VC intrinsics not usable with gcc? Yes. they are same between ICC/VC6+Processor Pack/GCC, at least for SSE/MMX intrinsic, because Intel standarized and offered the header The problem is about 3DNow!. It is only available for VC (from MS) (and maybe on icc on windows). No gcc support and no none-windows support for it (unless you break the license ...) -- Takehiro TOMINAGA // may the source be with you! _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
