Browse Source

* RiscV64: default CPU type now rv64imafdc

florian 6 days ago
parent
commit
bcef50a51a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/globals.pas

+ 2 - 2
compiler/globals.pas

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