Explorar el Código

+ switches for 6x86 and k6 optimizations

Jonas Maebe hace 27 años
padre
commit
0a48f4956c
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      compiler/opts386.pas

+ 6 - 1
compiler/opts386.pas

@@ -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