Implementation notes: armeabi, novena, crypto_stream/simon64128ctr

Computer: novena
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20220506
Operation: crypto_stream
Primitive: simon64128ctr

Compiler output

Implementation: T:neon
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: In file included from stream.c:20:
stream.c: In file included from ./Simon64128NEON.h:17:
stream.c: In file included from ./Intrinsics_NEON_64block.h:5:
stream.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
stream.c: #error "NEON support not enabled"
stream.c: ^
stream.c: stream.c:23:84: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
stream.c: inline __attribute__((always_inline)) int Encrypt(unsigned char *out, u32 nonce[], u128 rk[][8], u32 key[], int numbytes);
stream.c: ^~~~
stream.c: uint32_t
stream.c: ./Intrinsics_NEON_64block.h:10:14: note: expanded from macro 'u128'
stream.c: #define u128 uint32x4_t
stream.c: ^
stream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:26:20: note: 'uint32_t' declared here
stream.c: typedef __uint32_t uint32_t;
stream.c: ^
stream.c: stream.c:25:113: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
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: uint32_t
stream.c: ./Intrinsics_NEON_64block.h:10:14: note: expanded from macro 'u128'
stream.c: #define u128 uint32x4_t
stream.c: ^
stream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:26:20: note: 'uint32_t' declared here
stream.c: typedef __uint32_t uint32_t;
stream.c: ...

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

Compiler output

Implementation: T:neon
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:314:15: error: use of undeclared identifier 'n8'
stream.c: for(j=1;j<n8;j++){
stream.c: ^
stream.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:neon

Compiler output

Implementation: T:neon
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
stream.c: stream.c: In function ‘ExpandKeyBS’:
stream.c: stream.c:314:15: error: ‘n8’ undeclared (first use in this function)
stream.c: 314 | for(j=1;j<n8;j++){
stream.c: | ^~
stream.c: stream.c:314:15: note: each undeclared identifier is reported only once for each function it appears in

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