mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 10:40:13 +02:00
+ switches for 6x86 and k6 optimizations
This commit is contained in:
parent
6c86e16f46
commit
0a48f4956c
@ -101,6 +101,8 @@ begin
|
||||
'4' : opt_processors:=i486;
|
||||
'5' : opt_processors:=pentium;
|
||||
'6' : opt_processors:=pentiumpro;
|
||||
'7' : opt_processors:=cx6x86;
|
||||
'8' : opt_processors:=amdk6
|
||||
else IllegalPara(opt);
|
||||
end;
|
||||
end;
|
||||
@ -123,7 +125,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1998-04-29 10:33:55 pierre
|
||||
Revision 1.4 1998-05-10 12:07:15 jonas
|
||||
+ switches for 6x86 and k6 optimizations
|
||||
|
||||
Revision 1.3 1998/04/29 10:33:55 pierre
|
||||
+ added some code for ansistring (not complete nor working yet)
|
||||
* corrected operator overloading
|
||||
* corrected nasm output
|
||||
|
Loading…
Reference in New Issue
Block a user