mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
rewrite the ARM port of GNU lightning to a form compatible with the versions for the other CPUs
This commit is contained in:
@@ -131,6 +131,8 @@ typedef unsigned long _ul;
|
||||
#define _s0P(I) ((I)==0)
|
||||
#define _s8P(I) _siP(8,I)
|
||||
#define _s16P(I) _siP(16,I)
|
||||
#define _s20P(I) _siP(20,I)
|
||||
#define _s24P(I) _siP(24,I)
|
||||
#define _s32P(I) _siP(32,I)
|
||||
#define _u8P(I) _uiP(8,I)
|
||||
#define _u16P(I) _uiP(16,I)
|
||||
|
||||
Reference in New Issue
Block a user