Implementation notes: armeabi, tonido, crypto_aead/hs1sivlov2

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: hs1sivlov2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
112380? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072320170718
114690? ? ?? ? ?fastergcc_-march=native_-mtune=xscale_-O32017072320170718
115080? ? ?? ? ?fastergcc_-march=native_-mtune=xscale_-O22017072320170718
118446? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072320170718
125172? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072320170718
129120? ? ?? ? ?fastergcc_-march=native_-mtune=xscale_-Os2017072320170718
147558? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072320170718
156864? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072320170718
176298? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072320170718
236688? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072320170718

Checksum failure

Implementation: crypto_aead/hs1sivlov2/ref
Compiler: gcc -funroll-loops -march=native -mtune=xscale -Os
1227879ba5e5e8a5f911082ad20dce5764e824a952b5a0891b1305c9ba0c11b8
Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -Os ref
gcc -march=native -mtune=xscale -Os ref

Compiler output

Implementation: crypto_aead/hs1sivlov2/faster
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 faster
gcc -funroll-loops -march=native -mtune=xscale -O3 faster
gcc -funroll-loops -march=native -mtune=xscale -Os faster
gcc -march=native -mtune=xscale -O2 faster
gcc -march=native -mtune=xscale -O3 faster
gcc -march=native -mtune=xscale -Os faster