瀏覽代碼

* 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}