Implementation notes: armeabi, rpi3b, crypto_stream/speck64128ctr

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

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 ./Speck64128NEON.h:16:
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: 1 error 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: In file included from Speck64128NEON.h:16:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_64block.h:26:18: warning: 'vld1q_u32' is static but used in inline function 'Encrypt_Xor' which is not static
stream.c: #define LD16(ip) vld1q_u32((u32 *)(ip))
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:25:42: note: in definition of macro 'ST16'
stream.c: #define ST16(ip,X) vst1q_u32((u32 *)(ip),X)
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:29:105: note: in expansion of macro 'LD16'
stream.c: #define XOR_STORE(in,out,X,Y) (ST16(out,XOR(Tps(Y,X).val[0],LD16(in))), ST16(out+16,XOR(Tps(Y,X).val[1],LD16(in+16))))
stream.c: ^~~~
stream.c: stream.c:276:22: note: in expansion of macro 'XOR_STORE'
stream.c: if (numbytes>=128) XOR_STORE(in+96,out+96,X[3],Y[3]);
stream.c: ^~~~~~~~~
stream.c: Intrinsics_NEON_64block.h:27:13: warning: 'vtrnq_u32' is static but used in inline function 'Encrypt_Xor' which is not static
stream.c: #define Tps vtrnq_u32
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:25:42: note: in definition of macro 'ST16'
stream.c: #define ST16(ip,X) vst1q_u32((u32 *)(ip),X)
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:29:89: note: in expansion of macro 'Tps'
stream.c: #define XOR_STORE(in,out,X,Y) (ST16(out,XOR(Tps(Y,X).val[0],LD16(in))), ST16(out+16,XOR(Tps(Y,X).val[1],LD16(in+16))))
stream.c: ^~~
stream.c: stream.c:276:22: note: in expansion of macro 'XOR_STORE'
stream.c: if (numbytes>=128) XOR_STORE(in+96,out+96,X[3],Y[3]);
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