mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
* aarch64 suffers also from the limited tan precision of the softfpu
git-svn-id: trunk@44212 -
This commit is contained in:
parent
5d0c9cee9d
commit
200de64085
@ -7,7 +7,7 @@ uses
|
|||||||
SysUtils,Math;
|
SysUtils,Math;
|
||||||
|
|
||||||
const
|
const
|
||||||
{$if defined(cpuarm) or defined (cpumips)}
|
{$if defined(cpuarm) or defined (cpumips) or defined(cpuaarch64)}
|
||||||
arctan_res = 1E-13;
|
arctan_res = 1E-13;
|
||||||
{$else}
|
{$else}
|
||||||
arctan_res = 1E-14;
|
arctan_res = 1E-14;
|
||||||
|
Loading…
Reference in New Issue
Block a user