Implementation notes: armeabi, h2tegra, crypto_aead/hs1sivhiv2

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: hs1sivhiv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
170900refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
210788refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
214236refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
371954refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/hs1sivhiv2/dolbeau/armv8crypto
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:54:0:
encrypt.c: /usr/lib/gcc/arm-linux-gnueabihf/4.7/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
encrypt.c: In file included from encrypt.c:192:0:
encrypt.c: c256.h: In function 'chacha_noxor368':
encrypt.c: c256.h:23:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:24:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:25:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:26:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:27:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:28:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:29:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:30:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:31:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:32:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:33:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:34:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:35:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:36:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:37:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:38:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:39:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:40:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:41:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:42:3: error: unknown type name 'uint32x4_t'
encrypt.c: c256.h:43:3: error: unknown type name 'uint32x4_t'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/hs1sivhiv2/dolbeau/amd64-avx512
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c:54:23: fatal error: immintrin.h: No such file or directory
encrypt.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/hs1sivhiv2/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_hs1sivhiv2.a(hs1.o): In function `hs1_setup':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivhiv2.a(hs1.o): In function `hs1_gen_siv':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivhiv2.a(hs1.o): In function `hs1siv_encrypt':
try.c: hs1.c:(.text+0x...): undefined reference to `chacha_blocks'
try.c: crypto_aead_hs1sivhiv2.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_hs1sivhiv2.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