Ver Fonte

* RiscV64: default CPU type now rv64imafdc

florian há 6 dias atrás
pai
commit
bcef50a51a
1 ficheiros alterados com 2 adições e 2 exclusões
  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}