Implementation notes: armeabi, h2tegra, crypto_aead/kiasuneq128v1

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: kiasuneq128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
458740refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
514387refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
724508refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
855340refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/kiasuneq128v1/bitslice
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:256:3: error: unknown type name 'block'
kiasu.c: kiasu.c:257:3: error: unknown type name 'block'
kiasu.c: kiasu.c:258:3: error: unknown type name 'block'
kiasu.c: kiasu.c:259:3: error: unknown type name 'block'
kiasu.c: kiasu.c:260:3: error: unknown type name 'block'
kiasu.c: kiasu.c:262:3: error: unknown type name '__m128i'
kiasu.c: kiasu.c:271:10: error: 'block' undeclared (first use in this function)
kiasu.c: kiasu.c:271:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:271:17: error: expected expression before ')' token
kiasu.c: kiasu.c:391:17: error: expected expression before ')' token
kiasu.c: kiasu.c: In function 'kiasu_aead_decrypt':
kiasu.c: kiasu.c:537:3: error: unknown type name 'block'
kiasu.c: kiasu.c:538:3: error: unknown type name 'block'
kiasu.c: kiasu.c:539:3: error: unknown type name 'block'
kiasu.c: kiasu.c:540:3: error: unknown type name 'block'
kiasu.c: kiasu.c:541:3: error: unknown type name 'block'
kiasu.c: kiasu.c:542:3: error: unknown type name 'block'
kiasu.c: kiasu.c:545:3: error: unknown type name '__m128i'
kiasu.c: kiasu.c:554:10: error: 'block' undeclared (first use in this function)
kiasu.c: kiasu.c:554:17: error: expected expression before ')' token
kiasu.c: kiasu.c:676:17: error: expected expression before ')' token
kiasu.c: kiasu.c:765:16: error: expected expression before ')' token
kiasu.c: kiasu.c:806:12: error: expected expression before ')' token

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

Compiler output

Implementation: crypto_aead/kiasuneq128v1/opt
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
kiasu.c: kiasu.c:26:74: fatal error: xmmintrin.h: No such file or directory
kiasu.c: compilation terminated.

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