Implementation notes: aarch64, par3, crypto_aead/hs1sivhiv2

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: hs1sivhiv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
46543? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
46704? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
47324? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O32017072020170718
47388? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O22017072020170718
52397? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
52624? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-Os2017072020170718
63806? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
76283? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
83653? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
85635? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
117891? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
123515? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
139755? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718

Test failure

Implementation: crypto_aead/hs1sivhiv2/faster
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
error 111
crypto_aead_decrypt returns nonzero

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 faster
gcc -funroll-loops -march=native -mtune=native -O3 faster
gcc -march=native -mtune=native -O2 faster
gcc -march=native -mtune=native -O3 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