Implementation notes: armeabi, tonido, crypto_hash/nasha256

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: nasha256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
121086? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
123186? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
123594? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
126102? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-O22017072020170718
126216? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-O32017072020170718
127548? ? ?? ? ?opt_v4gcc_-march=native_-mtune=xscale_-Os2017072020170718
138168? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
138486? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
144024? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
149424? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O32017072020170718
151626? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O22017072020170718
154338? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-Os2017072020170718

Compiler output

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