What compiler statement for the ARM (RPI processor architecture) ?
Posted: Thu Mar 10, 2022 12:52 pm
What compiler statement to use for the ARM (RPI) ?
I have some assembler code in use, which runs fine under x86-64 processor architecture, but doesn't under ARM.
I made a replacement for the assembler code, but instead of removing, I'de like to keep it inside the import file.
So I think, I can do that with the correct compiler statement, but which one ?
Thanks
I have some assembler code in use, which runs fine under x86-64 processor architecture, but doesn't under ARM.
I made a replacement for the assembler code, but instead of removing, I'de like to keep it inside the import file.
So I think, I can do that with the correct compiler statement, but which one ?
Thanks