You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile the Pawn compiler with PAWN_CELL_SIZE is 32 on Apple M1 Series chip, But it doesn't compiled and ran. Because amx_Callback and some other features require that cell size is same or more than function pointer size.
Is there have any way to use 32-bit cells(build the compiler and run it) on 64-bit only(like Apple M1 Series) architectures? Or the 32-bit cells only available when 32-bit compiled Pawn compiler?
The text was updated successfully, but these errors were encountered:
qoor
changed the title
Is the compiler can use 32-bit cells on 64-bit only processors?
Can I use 32-bit cells on 64-bit only processors?
Mar 4, 2022
I tried to compile the Pawn compiler with
PAWN_CELL_SIZE
is 32 on Apple M1 Series chip, But it doesn't compiled and ran. Becauseamx_Callback
and some other features require that cell size is same or more than function pointer size.Is there have any way to use 32-bit cells(build the compiler and run it) on 64-bit only(like Apple M1 Series) architectures? Or the 32-bit cells only available when 32-bit compiled Pawn compiler?
The text was updated successfully, but these errors were encountered: