Browse Source

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

git-svn-id: trunk@44212 -
florian 5 years ago
parent
commit
200de64085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/units/math/ttrig1.pp

+ 1 - 1
tests/test/units/math/ttrig1.pp

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