Implementation notes: aarch64, a72, crypto_aead/hs1sivhiv2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: hs1sivhiv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
34905? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
36891? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O32017100920170904
37134? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
37251? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
37444? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O22017100920170904
39577? ? ?? ? ?fastergcc_-march=native_-mtune=native_-O22017100920170904
43417? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-Os2017100920170904
45520? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904
57159? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
57289? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
60428? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
71563? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
79020? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904
81200? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Test failure

Implementation: crypto_aead/hs1sivhiv2/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/hs1sivhiv2/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