ソースを参照

* reduce iterations for RiscV32 for now

florian 1 年間 前
コミット
a57971204c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/bench/bdiv.pp

+ 1 - 1
tests/bench/bdiv.pp

@@ -24,7 +24,7 @@ function GetRealTime : Real;
 {$pop}
 
 const
-{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
+{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80) or defined(cpuriscv32)}
   {$define slowcpu}
 {$endif}