Implementation notes: armeabi, novenablue, crypto_stream/simon6496ctr

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

Compiler output

Implementation: neon
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:313:15: error: use of undeclared identifier 'n'
stream.c: for(j=1;j<n;j++){
stream.c: ^
stream.c: 1 error generated.

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 Simon6496NEON.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 Simon6496NEON.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:23:84: note: in expansion of macro 'u128'
stream.c: inline __attribute__((always_inline)) int Encrypt(unsigned char *out, u32 nonce[], u128 rk[][8], 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:25: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[][8], 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:26:64: note: in expansion of macro 'u128'
stream.c: inline __attribute__((always_inline)) int ExpandKeyBS(u32 K[], u128 rk[][8]);
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