Implementation notes: armeabi, cubox, crypto_hash/nasha512

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: nasha512
TimeImplementationCompilerBenchmark dateSUPERCOP version
51846opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
51978opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
53672optgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
53680opt_v4gcc -mcpu=marvell-pj4 -O32016121020161026
53717opt_v4gcc -mcpu=marvell-pj4 -O22016121020161026
54897optgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
56340optgcc -mcpu=marvell-pj4 -O32016121020161026
60168optgcc -mcpu=marvell-pj4 -O22016121020161026
60894opt_v4gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
64334optgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
65101opt_v4gcc -mcpu=marvell-pj4 -Os2016121020161026
66146optgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_hash/nasha512/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