Implementation notes: armeabi, c1, crypto_stream/aes256estream

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes256estream
TimeImplementationCompilerBenchmark dateSUPERCOP version
100726e/hongjun/v1gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
101389e/hongjun/v1gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
101732e/hongjun/v1gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
102620e/hongjun/v1gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
105638e/hongjun/v1gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
106818e/hongjun/v0gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
111028e/hongjun/v0gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
111926e/hongjun/v0gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
114410e/hongjun/v0gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
119753e/hongjun/v0gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
122187e/hongjun/v1gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
125349e/hongjun/v0gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026

Compiler output

Implementation: crypto_stream/aes256estream/e/gladman
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -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: e/aestab.c:148:5: note: in expansion of macro 'w0'
aes-ctr.c: w(0x01), w(0x02), w(0x04), w(0x08), w(0x10),w(0x20), w(0x40), w(0x80),\
aes-ctr.c: ^
aes-ctr.c: e/aestab.h:106:52: note: in expansion of macro 'rc_data'
aes-ctr.c: Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c: ^~~~~~~
aes-ctr.c: e/aestab.c:153:17: error: initializer element is not constant
aes-ctr.c: #define w0(p) bytes2word(p, 0, 0, 0)
aes-ctr.c: ^
aes-ctr.c: e/aestab.c:148:5: note: in expansion of macro 'w0'
aes-ctr.c: w(0x01), w(0x02), w(0x04), w(0x08), w(0x10),w(0x20), w(0x40), w(0x80),\
aes-ctr.c: ^
aes-ctr.c: e/aestab.h:106:52: note: in expansion of macro 'rc_data'
aes-ctr.c: Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c: ...

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 e/gladman
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 e/gladman
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os e/gladman
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 e/gladman
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 e/gladman
gcc -mcpu=native -mfpu=neon-vfpv4 -Os e/gladman