* aarch64 suffers also from the limited tan precision of the softfpu

git-svn-id: trunk@44212 -
This commit is contained in:
florian 2020-02-18 21:37:06 +00:00
parent 5d0c9cee9d
commit 200de64085

View File

@ -7,7 +7,7 @@ uses
SysUtils,Math;
const
{$if defined(cpuarm) or defined (cpumips)}
{$if defined(cpuarm) or defined (cpumips) or defined(cpuaarch64)}
arctan_res = 1E-13;
{$else}
arctan_res = 1E-14;