mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:57:23 +01:00
* Patch from Fuxin Zhang: FPC_HAS_INTERNAL_SAR set for mips and mipsel CPUs
git-svn-id: trunk@21532 -
This commit is contained in:
parent
160037eb9d
commit
d6d237d688
@ -2765,7 +2765,7 @@ begin
|
||||
|
||||
{ these cpus have an inline sar implementaion }
|
||||
{ currently, all supported CPUs have an internal sar implementation }
|
||||
{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc)}
|
||||
{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc) or defined(mips) or defined(mipsel)}
|
||||
def_system_macro('FPC_HAS_INTERNAL_SAR');
|
||||
{ $endif}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user