<div dir="ltr"><div dir="ltr">On Tue, May 21, 2024 at 10:37 AM Ched via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In <a href="https://www.freepascal.org/docs-html/prog/progap7.html" rel="noreferrer" target="_blank">https://www.freepascal.org/docs-html/prog/progap7.html</a> , there is specified that<br>
CPUARM  Free Pascal target is an ARM 32-bit processor.<br>
<br>
What about ARM 64-bit processors like the ones in Raspberries ?<br>
Something similar to CPUPOWERPC with two subcatagories CPUPOWERPC32 and CPUPOWERPC64 ?<br><br></blockquote><div><br></div><div>ARM-64 is called aarch64 in FPC, so the define should be something like CPUAARCH64</div></div></div>