Implementation notes: aarch64, a72, crypto_aead/hs1sivv2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: hs1sivv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
21284? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
24310? ? ?? ? ?fastergcc_-march=native_-mtune=native_-O22017100920170904
38484? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
39879? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
41417? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
52855? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
58985? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904
60248? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904

Test failure

Implementation: crypto_aead/hs1sivv2/faster
Compiler: gcc -funroll-loops -march=native -mtune=native -O3
error 111

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O3 faster
gcc -funroll-loops -march=native -mtune=native -Os faster
gcc -march=native -mtune=native -O3 faster
gcc -march=native -mtune=native -Os faster

Compiler output

Implementation: crypto_aead/hs1sivv2/faster
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
hs1.c: unsigned char *tmp = malloc(abytes);
hs1.c: ^~~~~~
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc'
hs1.c: hs1.c:1033:30: note: include '<stdlib.h>' or provide a declaration of 'malloc'
hs1.c: hs1.c:1037:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
hs1.c: free(tmp);
hs1.c: ^~~~
hs1.c: hs1.c:1037:9: warning: incompatible implicit declaration of built-in function 'free'
hs1.c: hs1.c:1037:9: note: include '<stdlib.h>' or provide a declaration of 'free'

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 faster
gcc -funroll-loops -march=native -mtune=native -O3 faster
gcc -funroll-loops -march=native -mtune=native -Os faster
gcc -march=native -mtune=native -O2 faster
gcc -march=native -mtune=native -O3 faster
gcc -march=native -mtune=native -Os faster