Implementation notes: aarch64, a72, crypto_hash/nasha512

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: nasha512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
24177? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
24265? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
24848? ? ?? ? ?opt_v4gcc_-march=native_-mtune=native_-O22017100720170904
25142? ? ?? ? ?opt_v4gcc_-march=native_-mtune=native_-O32017100720170904
25269? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
25377? ? ?? ? ?opt_v4gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
25896? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
25954? ? ?? ? ?opt_v4gcc_-march=native_-mtune=native_-Os2017100720170904
26379? ? ?? ? ?optgcc_-march=native_-mtune=native_-O22017100720170904
26443? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
26497? ? ?? ? ?optgcc_-march=native_-mtune=native_-O32017100720170904
27086? ? ?? ? ?optgcc_-march=native_-mtune=native_-Os2017100720170904

Compiler output

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