From: Vik Heyndrickx Newsgroups: comp.os.msdos.djgpp Subject: Re: MMX Support Date: Fri, 29 Aug 1997 13:37:03 +0200 Organization: University of Ghent, Belgium Lines: 20 Message-ID: <3406B45F.5624@rug.ac.be> References: <34061E27 DOT 3B43 AT nbnet DOT nb DOT ca> NNTP-Posting-Host: eduserv1.rug.ac.be 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 Precedence: bulk Jason Nye wrote: > > I am a new djgpp user and I was just wondering if anyone has heard if > there are any plans to support MMX registers in any future versions of > djgpp (or in the assembler). This would be really nice since a common > operation can be performed to all of them in parallel in one clock cycle > (excellent for matrix stuff). The gnu compiler does need them (there's no C/C++ expression which might result in a MMX instruction). The assembler, I thought it already did, but I may be mistaken since the assembler primary is used as the compiler output translator. Adding library interface functions would require emulation to be written for those not having MMX (like most of us do (and don't know)), and that has not been done. NASM supports them! -- +----------------+ | Vik Heyndrickx | +----------------+