Răsfoiți Sursa

* reduce iterations for RiscV32 for now

florian 1 an în urmă
părinte
comite
a57971204c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/bench/bdiv.pp

+ 1 - 1
tests/bench/bdiv.pp

@@ -24,7 +24,7 @@ function GetRealTime : Real;
 {$pop}
 {$pop}
 
 
 const
 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}
   {$define slowcpu}
 {$endif}
 {$endif}