Răsfoiți Sursa

* RiscV64: default CPU type now rv64imafdc

florian 2 săptămâni în urmă
părinte
comite
bcef50a51a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      compiler/globals.pas

+ 2 - 2
compiler/globals.pas

@@ -632,8 +632,8 @@ Const
         fputype : fpu_soft;
   {$endif riscv32}
   {$ifdef riscv64}
-        cputype : cpu_rv64imac;
-        optimizecputype : cpu_rv64imac;
+        cputype : cpu_rv64imafdc;
+        optimizecputype : cpu_rv64imafdc;
         asmcputype : cpu_none;
         fputype : fpu_fd;
   {$endif riscv64}