mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
+ define cpucg64shiftsupport for i8086, which enables the 64-bit inline sar
support (64-bit shl and shr are already inlined on i8086, regardless of the presence of this define). As a side effect, this also improves the code, generated for 64-bit divisions by power-of-2 constants on i8086. git-svn-id: trunk@37019 -
This commit is contained in:
parent
048991f670
commit
627f45abac
@ -66,6 +66,7 @@
|
||||
{$define cpuneedsdivhelper}
|
||||
{$define VOLATILE_ES}
|
||||
{$define SUPPORT_GET_FRAME}
|
||||
{$define cpucg64shiftsupport}
|
||||
{$endif i8086}
|
||||
|
||||
{$ifdef i386}
|
||||
|
Loading…
Reference in New Issue
Block a user