+ switches for 6x86 and k6 optimizations

This commit is contained in:
Jonas Maebe 1998-05-10 12:07:15 +00:00
parent 6c86e16f46
commit 0a48f4956c

View File

@ -101,6 +101,8 @@ begin
'4' : opt_processors:=i486; '4' : opt_processors:=i486;
'5' : opt_processors:=pentium; '5' : opt_processors:=pentium;
'6' : opt_processors:=pentiumpro; '6' : opt_processors:=pentiumpro;
'7' : opt_processors:=cx6x86;
'8' : opt_processors:=amdk6
else IllegalPara(opt); else IllegalPara(opt);
end; end;
end; end;
@ -123,7 +125,10 @@ end;
end. end.
{ {
$Log$ $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) + added some code for ansistring (not complete nor working yet)
* corrected operator overloading * corrected operator overloading
* corrected nasm output * corrected nasm output