Implementation notes: armeabi, tonido, crypto_aead/kiasueq128v1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: kiasueq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2058096? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072620170718
2068644? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072620170718
2182266? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072620170718
2253378? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072620170718
2304300? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072620170718
2386560? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072620170718

Compiler output

Implementation: crypto_aead/kiasueq128v1/bitslice
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: void printBlock(block B) {
kiasu.c: ^~~~~
kiasu.c: kiasu.c: In function 'XLS':
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c: ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c: ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: ^~~~~
kiasu.c: ...
kiasu.c: __int128
kiasu.c: kiasu.c:1056:43: error: expected ')' before 'const'
kiasu.c: tmpblock=_mm_loadu_si128((__m128i const*)&adp[0]);
kiasu.c: ^~~~~
kiasu.c: kiasu.c:1057:9: warning: implicit declaration of function '_mm_store_si128' [-Wimplicit-function-declaration]
kiasu.c: _mm_store_si128((__m128i *)&ta[0], tmpblock);
kiasu.c: ^~~~~~~~~~~~~~~
kiasu.c: kiasu.c:1057:35: error: expected expression before ')' token
kiasu.c: _mm_store_si128((__m128i *)&ta[0], tmpblock);
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/kiasueq128v1/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