From: "Smith A. Cat" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP for pentium Date: 2 Jan 1998 21:08:00 -0700 Organization: Blue Square Laboratories Lines: 22 Message-ID: <34ADB9E5.3233@primenet.com> References: <34ADA90F DOT 77405C72 AT teccart DOT qc DOT ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jean-Réginald Louis wrote: > > Just for fun, I edit Allegro's makefile and see this: > > ifdef PGCC > OFLAGS = -pg -mpentium -O6 -ffast-math > else > OFLAGS = -pg -m486 -O3 -ffast-math > endif > > Where can we get DJGPP with pentium optimization? right here: http://www.goof.com/pcg/binaries-djgpp.html it works just fine -- but so far you only get a boost with Allegro, about 30% with a standard pentium. Programs using other libs seem to run about the same speed. Phil