Implementation notes: armeabi, tonido, crypto_hash/nasha512

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: nasha512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
140370? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
143478? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
149472? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O22017072020170718
156372? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
158064? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O32017072020170718
162834? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-Os2017072020170718
221346? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
223068? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
227796? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-O32017072020170718
229590? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-O22017072020170718
234750? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
238566? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-Os2017072020170718

Compiler output

Implementation: crypto_hash/nasha512/opt_v4
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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 -march=native -mtune=xscale -O2 opt_v4
gcc -funroll-loops -march=native -mtune=xscale -O3 opt_v4
gcc -funroll-loops -march=native -mtune=xscale -Os opt_v4
gcc -march=native -mtune=xscale -O2 opt_v4
gcc -march=native -mtune=xscale -O3 opt_v4
gcc -march=native -mtune=xscale -Os opt_v4