Implementation notes: armeabi, cubox, crypto_stream/aes256ctr

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
56780opensslgcc -mcpu=marvell-pj4 -Os2016121020161026
56800opensslgcc -mcpu=marvell-pj4 -O22016121020161026
56836opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
56872opensslgcc -mcpu=marvell-pj4 -O32016121020161026
56925opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
56940opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_stream/aes256ctr/cryptopp
Compiler: g++ -funroll-loops -mcpu=marvell-pj4 -O2
stream.cpp: stream.cpp:1:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

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

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
stream.c: stream.c: In function 'crypto_stream_aes256ctr_openssl':
stream.c: stream.c:12:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
stream.c: memset(temp, 0, outlen);
stream.c: ^~~~~~
stream.c: stream.c:12:3: warning: incompatible implicit declaration of built-in function 'memset'
stream.c: stream.c:12:3: note: include 'gt;' or provide a declaration of 'memset'

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