mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 15:07:50 +01:00
+ enable the internal 8-bit and 16-bit sar on i8086
git-svn-id: trunk@36032 -
This commit is contained in:
parent
29429cca3c
commit
056e742684
@ -981,10 +981,10 @@ function RolQWord(Const AValue : QWord;const Dist : Byte): QWord;{$ifdef SYSTEMI
|
||||
|
||||
{$ifdef FPC_HAS_INTERNAL_SAR}
|
||||
|
||||
{$if defined(cpux86_64) or defined(cpui386) or defined(mips) or defined(mipsel) or defined(sparc)}
|
||||
{$if defined(cpux86_64) or defined(cpui386) or defined(cpui8086) or defined(mips) or defined(mipsel) or defined(sparc)}
|
||||
{$define FPC_HAS_INTERNAL_SAR_BYTE}
|
||||
{$define FPC_HAS_INTERNAL_SAR_WORD}
|
||||
{$endif defined(cpux86_64) or defined(cpui386) or defined(mips) or defined(mipsel) or defined(sparc)}
|
||||
{$endif defined(cpux86_64) or defined(cpui386) or defined(cpui8086) or defined(mips) or defined(mipsel) or defined(sparc)}
|
||||
|
||||
{ currently, all supported CPUs have an internal 32 bit sar implementation }
|
||||
{ $if defined(cpux86_64) or defined(cpui386) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(mips) or defined(mipsel)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user