[fpc-devel] About new (2.1.1) optimizations switches
Luiz Americo Pereira Camara
pascalive at bol.com.br
Tue Apr 18 12:43:31 CEST 2006
Jonas Maebe escreveu:
>
> On 18 apr 2006, at 15:18, Okulov Rostislav wrote:
>
>>
>> Warning: You are using the obsolete switch -OG
>> Warning: You are using the obsolete switch -Op<nr>, please use -Op<name>
>> Nice.
>>
>> What name should I use now to compile under needed processor?
>
> cputypestr : array[tcputype] of string[10] = ('',
> '386',
> 'PENTIUM',
> 'PENTIUM2',
> 'PENTIUM3',
> 'PENTIUM4',
> 'PENTIUMM'
> );
>
> (you can use lowercase too)
>
> This also exists for other architectures than 80x86, but I don't think
> it makes any difference yet there.
How about AMD processors? Is there specific switches for them?
Luiz
More information about the fpc-devel
mailing list