[fpc-devel] systemh.inc InterLockedIncrement64 (var Target: int64)

Florian Klaempfl florian at freepascal.org
Wed Oct 27 09:04:43 CEST 2010


Am 27.10.2010 05:15, schrieb Andrew Brunner:
> Interlocked features for Int64 are bound to {$ifdef cpu64}
> 
> While Int64 data type is supported under i386 FPC the interlocked
> features aren't included in FPC RTL.
> 
> Can I writeup a bug for this or is this due to another problem?

32 bit CPUs can do at most InterlockedCompareExchange as native 64 bit
operation. Everything else must be emulated.



More information about the fpc-devel mailing list