* cleanup

git-svn-id: trunk@36960 -
This commit is contained in:
florian 2017-08-20 17:20:42 +00:00
parent 9529416ba0
commit 7f72c780d8

View File

@ -3423,11 +3423,8 @@ begin
{$endif} {$endif}
{$endif} {$endif}
{ these cpus have an inline sar implementaion }
{ currently, all supported CPUs have an internal sar implementation } { currently, all supported CPUs have an internal sar implementation }
{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc) or defined(mips)}
def_system_macro('FPC_HAS_INTERNAL_SAR'); def_system_macro('FPC_HAS_INTERNAL_SAR');
{ $endif}
{$ifdef powerpc64} {$ifdef powerpc64}
def_system_macro('FPC_HAS_LWSYNC'); def_system_macro('FPC_HAS_LWSYNC');