Implementation notes: armeabi, c1, crypto_stream/simon128256ctr

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: simon128256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
79560neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
80472neongcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
120340neongcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
125241neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
127779neongcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
138856neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026

Compiler output

Implementation: crypto_stream/simon128256ctr/avx2
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.c: In file included from Simon128256AVX2.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=native -mfpu=neon-vfpv4 -O2 avx2
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 avx2
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os avx2
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 avx2
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 avx2
gcc -mcpu=native -mfpu=neon-vfpv4 -Os avx2

Compiler output

Implementation: crypto_stream/simon128256ctr/sse4
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.c: In file included from Simon128256SSE4.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=native -mfpu=neon-vfpv4 -O2 sse4
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 sse4
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os sse4
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 sse4
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 sse4
gcc -mcpu=native -mfpu=neon-vfpv4 -Os sse4

Compiler output

Implementation: crypto_stream/simon128256ctr/neon
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.c: stream.c: In function 'crypto_stream_simon128256ctr_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_simon128256ctr_neon_xor':
stream.c: stream.c:163:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ^~~~~~~~~~~

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