Implementation notes: armeabi, novenablue, crypto_stream/speck6496ctr

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_stream
Primitive: speck6496ctr

Compiler output

Implementation: neon
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:13: error: too many arguments provided to function-like macro invocation
stream.c: Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Speck6496NEON.h:42:29: note: expanded from macro 'Enc'
stream.c: #define Enc(X,Y,k,n) (Rx##n(X,Y,k[0]), Rx##n(X,Y,k[1]), Rx##n(X,Y,k[2]), Rx##n(X,Y,k[3]), Rx##n(X,Y,k[4]), Rx##n(X,Y,k[5]), Rx##n(X,Y,k[6]), Rx##n(X,Y,k[7]), \
stream.c: ^
stream.c: ./Speck6496NEON.h:28:22: note: expanded from macro 'Rx16'
stream.c: X[0]=ADD(X[0],Y[0]), X[1]=ADD(X[1],Y[1]), X[2]=ADD(X[2],Y[2]), X[3]=ADD(X[3],Y[3]), \
stream.c: ^
stream.c: ./Intrinsics_NEON_64block.h:36:9: note: macro 'ROR8' defined here
stream.c: #define ROR8(X) SET(vtbl1_u8((uint8x8_t)vget_low_u32(X),tableR),vtbl1_u8((uint8x8_t)vget_high_u32(X),tableR))
stream.c: ^
stream.c: stream.c:139:9: error: use of undeclared identifier 'ROR8'
stream.c: Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Speck6496NEON.h:42:23: note: expanded from macro 'Enc'
stream.c: #define Enc(X,Y,k,n) (Rx##n(X,Y,k[0]), Rx##n(X,Y,k[1]), Rx##n(X,Y,k[2]), Rx##n(X,Y,k[3]), Rx##n(X,Y,k[4]), Rx##n(X,Y,k[5]), Rx##n(X,Y,k[6]), Rx##n(X,Y,k[7]), \
stream.c: ^
stream.c: <scratch space>:170:1: note: expanded from here
stream.c: Rx16
stream.c: ^
stream.c: ./Speck6496NEON.h:27:61: note: expanded from macro 'Rx16'
stream.c: #define Rx16(X,Y,k) (X[0]=ROR8(X[0]), X[1]=ROR8(X[1]), X[2]=ROR8(X]=ROR8(X[3]), \
stream.c: ^
stream.c: stream.c:139:13: error: too many arguments provided to function-like macro invocation
stream.c: ...

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE neon
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE neon
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE neon
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE neon
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE neon

Compiler output

Implementation: neon
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
stream.c: In file included from Intrinsics_NEON_64block.h:5:0,
stream.c: from Speck6496NEON.h:16,
stream.c: from stream.c:20:
stream.c: /usr/lib/gcc/arm-linux-gnueabihf/4.9/include/arm_neon.h:31:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
stream.c: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
stream.c: ^
stream.c: In file included from Speck6496NEON.h:16:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_64block.h:10:14: error: unknown type name 'uint32x4_t'
stream.c: #define u128 uint32x4_t
stream.c: ^
stream.c: stream.c:22:84: note: in expansion of macro 'u128'
stream.c: inline __attribute__((always_inline)) int Encrypt(unsigned char *out, u32 nonce[], u128 rk[], u32 key[], int numbytes);
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:10:14: error: unknown type name 'uint32x4_t'
stream.c: #define u128 uint32x4_t
stream.c: ^
stream.c: stream.c:23:113: note: in expansion of macro 'u128'
stream.c: inline __attribute__((always_inline)) int Encrypt_Xor(unsigned char *out, const unsigned char *in, u32 nonce[], u128 rk[], u32 key[], int numbytes);
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:10:14: error: unknown type name 'uint32x4_t'
stream.c: #define u128 uint32x4_t
stream.c: ^
stream.c: stream.c:24:24: note: in expansion of macro 'u128'
stream.c: int ExpandKey(u32 K[], u128 rk[], u32 key[]);
stream.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE neon
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE neon
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE neon
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE neon