Implementation notes: armeabi, cubox, crypto_aead/kiasueq128v1

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: kiasueq128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
705904refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121420161026
725682refgcc -mcpu=marvell-pj4 -O32016121420161026
792444refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121420161026
810889refgcc -mcpu=marvell-pj4 -O22016121420161026
940800refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121420161026
1013800refgcc -mcpu=marvell-pj4 -Os2016121420161026

Compiler output

Implementation: crypto_aead/kiasueq128v1/bitslice
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -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: ^~~~~~~
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 -mcpu=marvell-pj4 -O2 bitslice
gcc -funroll-loops -mcpu=marvell-pj4 -O3 bitslice
gcc -funroll-loops -mcpu=marvell-pj4 -Os bitslice
gcc -mcpu=marvell-pj4 -O2 bitslice
gcc -mcpu=marvell-pj4 -O3 bitslice
gcc -mcpu=marvell-pj4 -Os bitslice

Compiler output

Implementation: crypto_aead/kiasueq128v1/opt
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
kiasu.c: kiasu.c:26:74: fatal error: xmmintrin.h: No such file or directory
kiasu.c: #include gt; /* SSE instructions and _mm_malloc */
kiasu.c: ^
kiasu.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 opt
gcc -funroll-loops -mcpu=marvell-pj4 -O3 opt
gcc -funroll-loops -mcpu=marvell-pj4 -Os opt
gcc -mcpu=marvell-pj4 -O2 opt
gcc -mcpu=marvell-pj4 -O3 opt
gcc -mcpu=marvell-pj4 -Os opt