Implementation notes: armeabi, tonido, crypto_aead/hs1sivv2

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: hs1sivv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
187500? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072320170718
193080? ? ?? ? ?fastergcc_-march=native_-mtune=xscale_-O32017072320170718
210396? ? ?? ? ?fastergcc_-march=native_-mtune=xscale_-O22017072320170718
215136? ? ?? ? ?fastergcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072320170718
219012? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072320170718
232242? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072320170718
251370? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072320170718
319266? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072320170718

Checksum failure

Implementation: crypto_aead/hs1sivv2/ref
Compiler: gcc -funroll-loops -march=native -mtune=xscale -Os
24dbeef0f01486d9bbc1325a8528d2f401f6338a0d2c249eb21b08baac4633e5
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

Test failure

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

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

Compiler output

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