Implementation notes: armeabi, tonido, crypto_stream/aes256estream

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_stream
Primitive: aes256estream
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
181860? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
184686? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
191412? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=xscale_-Os2017072120170718
191910? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
192336? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=xscale_-O22017072120170718
194046? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
194520? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=xscale_-O32017072120170718
198828? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=xscale_-Os2017072120170718
202110? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
203238? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
205518? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=xscale_-O22017072120170718
206538? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=xscale_-O32017072120170718

Compiler output

Implementation: crypto_stream/aes256estream/e/gladman
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
aes-ctr.c: In file included from e/aestab.c:41:0,
aes-ctr.c: from e/aes-ctr.c:17,
aes-ctr.c: from aes-ctr.c:1:
aes-ctr.c: e/aesopt.h:168:2: error: #error Could not detect endianness
aes-ctr.c: #error Could not detect endianness
aes-ctr.c: ^~~~~
aes-ctr.c: In file included from e/aes-ctr.c:17:0,
aes-ctr.c: from aes-ctr.c:1:
aes-ctr.c: e/aestab.c:153:17: warning: implicit declaration of function 'bytes2word' [-Wimplicit-function-declaration]
aes-ctr.c: #define w0(p) bytes2word(p, 0, 0, 0)
aes-ctr.c: ...
aes-ctr.c: ^
aes-ctr.c: e/aesopt.h:730:25: note: in expansion of macro 'four_tables'
aes-ctr.c: #define ls_box(x,c) four_tables(x,t_use(f,l),vf1,rf2,c)
aes-ctr.c: ^~~~~~~~~~~
aes-ctr.c: e/aeskey.c:64:27: note: in expansion of macro 'ls_box'
aes-ctr.c: { k[4*(i)+4] = ss[0] ^= ls_box(ss[3],3) ^ t_use(r,c)[i]; k[4*(i)+5] = ss[1] ^= ss[0]; ^~~~~~
aes-ctr.c: e/aeskey.c:112:5: note: in expansion of macro 'ke4'
aes-ctr.c: ke4(cx->ks, 0); ke4(cx->ks, 1);
aes-ctr.c: ^~~

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