Implementation notes: armeabi, h2tegra, crypto_aead/hs1sivv2

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: hs1sivv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
113998refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
150633refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
151830refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
252492refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/hs1sivv2/faster
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
hs1.c: hs1.c:1037:9: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
try.c: crypto_aead_hs1sivv2.a(hs1.o): In function `hs1_setup':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivv2.a(hs1.o): In function `hs1_gen_siv':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivv2.a(hs1.o): In function `hs1siv_encrypt':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivv2.a(hs1.o): In function `hs1siv_decrypt':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivv2.a(hs1.o):hs1.c:(.text+0x...): more undefined references to `chacha_blocks' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv faster
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv faster
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv faster
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv faster