Implementation notes: armeabi, tonido, crypto_aead/kiasuneq128v1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: kiasuneq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1312902? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072620170718
1325136? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072620170718
1379724? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072620170718
1430838? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072620170718
1451856? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072620170718
1512726? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072620170718

Compiler output

Implementation: crypto_aead/kiasuneq128v1/bitslice
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Auth; /* Auth value during the mode */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Checksum; /* Checksum on the plaintext blocks */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block PaddedBlock; /* Padded blocks if needed, otherwise the zero bock */
kiasu.c: ^~~~~
kiasu.c: ...
kiasu.c: ^
kiasu.c: kiasu.c:676:17: error: expected expression before ')' token
kiasu.c: adp = (block *)c;
kiasu.c: ^
kiasu.c: kiasu.c:765:16: error: expected expression before ')' token
kiasu.c: *(block *)lastBlock=ta[b&0x7];
kiasu.c: ^
kiasu.c: kiasu.c:806:12: error: expected expression before ')' token
kiasu.c: *(block *)tag=Auth;
kiasu.c: ^

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 bitslice
gcc -funroll-loops -march=native -mtune=xscale -O3 bitslice
gcc -funroll-loops -march=native -mtune=xscale -Os bitslice
gcc -march=native -mtune=xscale -O2 bitslice
gcc -march=native -mtune=xscale -O3 bitslice
gcc -march=native -mtune=xscale -Os bitslice

Compiler output

Implementation: crypto_aead/kiasuneq128v1/opt
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
kiasu.c: kiasu.c:26:10: fatal error: xmmintrin.h: No such file or directory
kiasu.c: #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
kiasu.c: ^~~~~~~~~~~~~
kiasu.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 opt
gcc -funroll-loops -march=native -mtune=xscale -O3 opt
gcc -funroll-loops -march=native -mtune=xscale -Os opt
gcc -march=native -mtune=xscale -O2 opt
gcc -march=native -mtune=xscale -O3 opt
gcc -march=native -mtune=xscale -Os opt