Mail Archives: djgpp/1997/09/05/17:18:30
DigitalFx wrote:
>> First of all DJGPP is just a port of GCC for dos, so there are no
>> support anything in DJGPP what isn't in GCC. DJGPP(GCC) doesn't output
>> instructions specific to processors higher than 386 with coprocessor.
>> in assembler you can use it already. Either you can use NASM which
>> them (using Intel syntax asm), or you can, using some macros, use them
>> GAS assembler also (AT&T syntax). Look at "Pentium profiling tools" in
>> section on http://www.goof.com/pgc/ there is header file which uses
>They also have Pentium specific compilers. That way you aren't limited
>to 386 or 486 code.
If you mean PGCC I'm quite sure it doesn't use >386+387 instructions, it
just organizes code to work well with pipelines, cache and so on. You can
execute PGCC's code compiled with mcpu=pentium march=pentium and
optimization O6 on 386.
Michal 'MiMe' Mertl
e-mail:XMERM05 AT vse DOT cz
- Raw text -