Implementation notes: armeabi, rpi3b, crypto_stream/simon64128ctr

Computer: rpi3b
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: simon64128ctr

Compiler output

Implementation: neon
Security model: unknown
Compiler: clang -mcpu=native -O3 -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-3.8/bin/../lib/clang/3.8.1/include/arm_neon.h:28:2: error: "NEON support not enabled"
stream.c: #error "NEON support not enabled"
stream.c: ^
stream.c: stream.c:314:15: error: use of undeclared identifier 'n8'
stream.c: for(j=1;j<n8;j++){
stream.c: ^
stream.c: 2 errors generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
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: stream.c: In function 'ExpandKeyBS':
stream.c: stream.c:314:15: error: 'n8' undeclared (first use in this function)
stream.c: 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
stream.c: In file included from stream.c:20:0:
stream.c: stream.c: At top level:
stream.c: Intrinsics_NEON_64block.h:21:18: warning: 'vcombine_u32' is static but used in inline function 'ExpandKeyBS' which is not static
stream.c: #define SET(a,b) vcombine_u32((uint32x2_t)(a),(uint32x2_t)(b))
stream.c: ^
stream.c: Simon64128NEON.h:79:34: note: in definition of macro 'RKBS'
stream.c: rk[r][0]= _V ^ rk[r-4][0] ^ rk[r-1][3] ^ rk[r-3][0] ^ rk[r-1][4] ^ rk[r-3][1])
stream.c: ^~
stream.c: Simon64128NEON.h:70:12: note: in expansion of macro 'SET'
stream.c: #define _C SET(0xffffff00ffffff00LL,0xffffff00ffffff00LL)
stream.c: ^~~
stream.c: Simon64128NEON.h:87:78: note: in expansion of macro '_C'
stream.c: RKBS(rk,40,_D), RKBS(rk,41,_C), RKBS(rk,42,_C), RKBS(rk,43,_C))
stream.c: ^~
stream.c: stream.c:320:3: note: in expansion of macro 'EKBS'
stream.c: EKBS(rk);
stream.c: ^~~~
stream.c: In file included from Simon64128NEON.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_64block.h:21:18: warning: 'vcombine_u32' is static but used in inline function 'ExpandKeyBS' which is not static
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