* call SysResetFPU and SysInitFPU in InitThread for the time being

This commit is contained in:
florian 2025-01-24 22:56:38 +01:00
parent 223745f6b7
commit 28a9a44894

View File

@ -35,6 +35,8 @@ Var
procedure InitThread(stklen:SizeUInt);
begin
{$ifndef FPUNONE}
SysInitFPU;
{ the call to SysResetFPU should not be needed here, but SysInitFPU is not properly implemented for all CPUs yet }
SysResetFPU;
{$endif}
{$ifndef HAS_MEMORYMANAGER}