[fpc-pascal] 64-bit ARM and CPUARM

Christo Crause christo.crause at gmail.com
Tue May 21 12:31:52 CEST 2024


On Tue, May 21, 2024 at 10:37 AM Ched via fpc-pascal <
fpc-pascal at lists.freepascal.org> wrote:

> In https://www.freepascal.org/docs-html/prog/progap7.html , there is
> specified that
> CPUARM  Free Pascal target is an ARM 32-bit processor.
>
> What about ARM 64-bit processors like the ones in Raspberries ?
> Something similar to CPUPOWERPC with two subcatagories CPUPOWERPC32 and
> CPUPOWERPC64 ?
>
>
ARM-64 is called aarch64 in FPC, so the define should be something like
CPUAARCH64
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20240521/c24ec755/attachment.htm>


More information about the fpc-pascal mailing list