Implementation notes: armeabi, cubox, crypto_stream/speck128192ctr

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: speck128192ctr

Compiler output

Implementation: crypto_stream/speck128192ctr/avx2
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: In file included from Speck128192AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_128block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: #include gt;
stream.c: ^
stream.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 avx2
gcc -funroll-loops -mcpu=marvell-pj4 -O3 avx2
gcc -funroll-loops -mcpu=marvell-pj4 -Os avx2
gcc -mcpu=marvell-pj4 -O2 avx2
gcc -mcpu=marvell-pj4 -O3 avx2
gcc -mcpu=marvell-pj4 -Os avx2

Compiler output

Implementation: crypto_stream/speck128192ctr/sse4
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: In file included from Speck128192SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_128block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: #include gt;
stream.c: ^
stream.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 sse4
gcc -funroll-loops -mcpu=marvell-pj4 -O3 sse4
gcc -funroll-loops -mcpu=marvell-pj4 -Os sse4
gcc -mcpu=marvell-pj4 -O2 sse4
gcc -mcpu=marvell-pj4 -O3 sse4
gcc -mcpu=marvell-pj4 -Os sse4

Compiler output

Implementation: crypto_stream/speck128192ctr/neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: stream.c: In function 'crypto_stream_speck128192ctr_neon':
stream.c: stream.c:56:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:59:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck128192ctr_neon_xor':
stream.c: stream.c:173:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ...
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_128block.h:25:16: note: called from here
stream.c: #define LOW(Z) vgetq_lane_u64(Z,0)
stream.c: ^~~~~~~~~~~~~~~~~~~
stream.c: Intrinsics_NEON_128block.h:27:41: note: in expansion of macro 'LOW'
stream.c: #define STORE(ip,X,Y) (((u64 *)(ip))[0]=LOW(Y), ((u64 *)(ip))[1]=LOW(X), ((u64 *)(ip))[2]=HIGH(Y), ((u64 *)(ip))[3]=HIGH(X))
stream.c: ^~~
stream.c: stream.c:129:22: note: in expansion of macro 'STORE'
stream.c: if (numbytes>gt;=128) STORE(out+96,X[3],Y[3]);
stream.c: ^~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 neon
gcc -funroll-loops -mcpu=marvell-pj4 -O3 neon
gcc -funroll-loops -mcpu=marvell-pj4 -Os neon
gcc -mcpu=marvell-pj4 -O2 neon
gcc -mcpu=marvell-pj4 -O3 neon
gcc -mcpu=marvell-pj4 -Os neon