Yes, I understood as much. And what is the consequence if you know these platforms? Or asked different - what is the background to the question? I could only think of one - and towards that I answered. So maybe not an answer to the question asked but maybe an answer to the motivation behind?
The purpouse is to generate different code for platforms where unaligned is not supported.
Which is what I assumed was the background. Now, with the answer from PascalDragon, you have two choices to handle it. I use
UnAligned where I have too - and checked that, i.e. on x86-64, that it is simply ignored by FPC if the target platform supports unaligned access.
After reading PascalDragon's answer carefully I have to admit that I don't know how the compiler handles it on Aarch64 - I simply do not have a system to check.