Implementation notes: aarch64, a72, crypto_aead/hs1sivlov2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: hs1sivlov2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12193? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
12868? ? ?? ? ?fastergcc_-march=native_-mtune=native_-O22017100920170904
13518? ? ?? ? ?fastergcc_-march=native_-mtune=native_-Os2017100920170904
28492? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
30055? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
31040? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
42125? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
46248? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904
48206? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Test failure

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

Number of similar (compiler,implementation) pairs: 3, 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

Compiler output

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