Browse Source

+ switches for 6x86 and k6 optimizations

Jonas Maebe 27 năm trước cách đây
mục cha
commit
0a48f4956c
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      compiler/opts386.pas

+ 6 - 1
compiler/opts386.pas

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