Implementation notes: armeabi, cubox, crypto_hash/nasha256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: nasha256
TimeImplementationCompilerBenchmark dateSUPERCOP version
47242opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
47245opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
48196opt_v4gcc -mcpu=marvell-pj4 -O22016121020161026
48265opt_v4gcc -mcpu=marvell-pj4 -O32016121020161026
51140optgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
54224opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
55166optgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
55256optgcc -mcpu=marvell-pj4 -O22016121020161026
55789optgcc -mcpu=marvell-pj4 -O32016121020161026
56676opt_v4gcc -mcpu=marvell-pj4 -Os2016121020161026
61892optgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
63816optgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_hash/nasha256/opt_v4
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
Nasha.c: Nasha.c: In function 'Init':
Nasha.c: Nasha.c:815:29: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
Nasha.c: ssbox[i][j] = ssbox[i^j];
Nasha.c: ^

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