From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Intel MMX with DJGPP? Date: Thu, 19 Dec 1996 21:32:17 -0800 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 10 Message-ID: <32BA24E1.72E1@stud.warande.ruu.nl> References: <32B5BE8D DOT 6307 AT flash DOT net> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Patrick / Albert Fong wrote: > > Will a later version of DJGPP/GCC support Intel's MMX instruction set? This may be irrelevant, but NASM supports MMX instructions and is supposedly compatible with the *.o format. I'm no expert, but it seems to me MMX instructions will in most cases have to be inlined or in a separate asm module in any case, even if the compiler does support it. E