Explorar o código

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

git-svn-id: trunk@44212 -
florian %!s(int64=5) %!d(string=hai) anos
pai
achega
200de64085
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;