Implementation notes: armeabi, cubox, crypto_stream/aes128estream

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes128estream
TimeImplementationCompilerBenchmark dateSUPERCOP version
41251e/hongjun/v1gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
44308e/hongjun/v1gcc -mcpu=marvell-pj4 -O32016121020161026
44365e/bernstein/little-2gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
45227e/hongjun/v0gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
45356e/hongjun/v1gcc -mcpu=marvell-pj4 -O22016121020161026
46087e/hongjun/v1gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
46239e/hongjun/v0gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
46728e/bernstein/little-4gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
47256e/hongjun/v0gcc -mcpu=marvell-pj4 -O32016121020161026
47416e/hongjun/v0gcc -mcpu=marvell-pj4 -O22016121020161026
47652e/hongjun/v1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
47892e/bernstein/little-4gcc -mcpu=marvell-pj4 -O22016121020161026
48068e/hongjun/v0gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
49172e/bernstein/little-3gcc -mcpu=marvell-pj4 -O22016121020161026
51980e/hongjun/v1gcc -mcpu=marvell-pj4 -Os2016121020161026
52657e/bernstein/little-1gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
52830e/bernstein/little-4gcc -mcpu=marvell-pj4 -O32016121020161026
52832e/bernstein/little-1gcc -mcpu=marvell-pj4 -O22016121020161026
52904e/bernstein/little-1gcc -mcpu=marvell-pj4 -O32016121020161026
53243e/bernstein/little-4gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
53248e/bernstein/little-1gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
53480e/bernstein/little-2gcc -mcpu=marvell-pj4 -O32016121020161026
53701e/bernstein/little-3gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
53728e/bernstein/little-2gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
53829e/bernstein/little-3gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
53996e/hongjun/v0gcc -mcpu=marvell-pj4 -Os2016121020161026
54096e/bernstein/little-2gcc -mcpu=marvell-pj4 -O22016121020161026
54239e/bernstein/big-1gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
56103e/bernstein/big-1gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
56248e/bernstein/big-1gcc -mcpu=marvell-pj4 -O22016121020161026
58304e/bernstein/big-1gcc -mcpu=marvell-pj4 -O32016121020161026
59368e/bernstein/little-2gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
62984e/bernstein/little-3gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
65987e/bernstein/little-4gcc -mcpu=marvell-pj4 -Os2016121020161026
67189e/bernstein/little-2gcc -mcpu=marvell-pj4 -Os2016121020161026
69076e/bernstein/little-1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
72736e/bernstein/big-1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
75817e/bernstein/little-3gcc -mcpu=marvell-pj4 -Os2016121020161026
77144e/bernstein/little-1gcc -mcpu=marvell-pj4 -Os2016121020161026
83720e/bernstein/big-1gcc -mcpu=marvell-pj4 -Os2016121020161026

Test failure

Implementation: crypto_stream/aes128estream/e/bernstein/little-4
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -Os
error 111

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -Os e/bernstein/little-4

Compiler output

Implementation: crypto_stream/aes128estream/e/gladman
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
aes-ctr.c: In file included from e/aestab.c:41:0,
aes-ctr.c: from e/aes-ctr.c:17,
aes-ctr.c: from aes-ctr.c:1:
aes-ctr.c: e/aesopt.h:168:2: error: #error Could not detect endianness
aes-ctr.c: #error Could not detect endianness
aes-ctr.c: ^~~~~
aes-ctr.c: In file included from e/aes-ctr.c:17:0,
aes-ctr.c: from aes-ctr.c:1:
aes-ctr.c: e/aestab.c:153:17: warning: implicit declaration of function 'bytes2word' [-Wimplicit-function-declaration]
aes-ctr.c: #define w0(p) bytes2word(p, 0, 0, 0)
aes-ctr.c: ...
aes-ctr.c: ^
aes-ctr.c: e/aesopt.h:730:25: note: in expansion of macro 'four_tables'
aes-ctr.c: #define ls_box(x,c) four_tables(x,t_use(f,l),vf1,rf2,c)
aes-ctr.c: ^~~~~~~~~~~
aes-ctr.c: e/aeskey.c:64:27: note: in expansion of macro 'ls_box'
aes-ctr.c: { k[4*(i)+4] = ss[0] ^= ls_box(ss[3],3) ^ t_use(r,c)[i]; k[4*(i)+5] = ss[1] ^= ss[0]; ^~~~~~
aes-ctr.c: e/aeskey.c:112:5: note: in expansion of macro 'ke4'
aes-ctr.c: ke4(cx->gt;ks, 0); ke4(cx->gt;ks, 1);
aes-ctr.c: ^~~

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