* reduce iterations for RiscV32 for now

This commit is contained in:
florian 2024-07-26 21:48:20 +02:00
parent a06a20f9c0
commit a57971204c

View File

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