mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +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;
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user