Implementation notes: armeabi, cubox, crypto_stream/simon64128ctr

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

Compiler output

Implementation: crypto_stream/simon64128ctr/avx2
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: In file included from Simon64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_64block.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/simon64128ctr/sse4
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: In file included from Simon64128SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_64block.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/simon64128ctr/neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: stream.c: In function 'crypto_stream_simon64128ctr_neon':
stream.c: stream.c:42:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:54: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_simon64128ctr_neon_xor':
stream.c: stream.c:179: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: ^
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:28:34: note: in expansion of macro 'Tps'
stream.c: #define STORE(out,X,Y) (ST16(out,Tps(Y,X).val[0]),ST16(out+16,Tps(Y,X).val[1]))
stream.c: ^~~
stream.c: stream.c:140: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