Mail Archives: djgpp/1998/01/03/00:00:21
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
- Raw text -