Explorar o código

* enable internal handling of abs(int64) on AArch64

git-svn-id: trunk@29975 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
b7fb862f4a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      compiler/options.pas

+ 2 - 2
compiler/options.pas

@@ -3214,9 +3214,9 @@ begin
 
 { abs(long) is handled internally on all CPUs }
   def_system_macro('FPC_HAS_INTERNAL_ABS_LONG');
-{$if defined(x86_64) or defined(powerpc64)}
+{$if defined(x86_64) or defined(powerpc64) or defined(cpuaarch64)}
   def_system_macro('FPC_HAS_INTERNAL_ABS_INT64');
-{$endif x86_64 or powerpc64}
+{$endif x86_64 or powerpc64 or aarch64}
 
   def_system_macro('FPC_HAS_UNICODESTRING');
   def_system_macro('FPC_RTTI_PACKSET1');