Implementation notes: aarch64, par3, crypto_stream/aes256estream

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_stream
Primitive: aes256estream
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
36840? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
37404? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=native_-O22017071920170718
37848? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=native_-O32017071920170718
38648? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
38904? ? ?? ? ?e/hongjun/v1gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
40520? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
40550? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=native_-O22017071920170718
40652? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
40822? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=native_-O32017071920170718
42282? ? ?? ? ?e/hongjun/v0gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
67713? ? ?? ? ?e/hongjun/v1gcc_-march=native_-mtune=native_-Os2017071920170718
70587? ? ?? ? ?e/hongjun/v0gcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_stream/aes256estream/e/gladman
Compiler: gcc -funroll-loops -march=native -mtune=native -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 -march=native -mtune=native -O2 e/gladman
gcc -funroll-loops -march=native -mtune=native -O3 e/gladman
gcc -funroll-loops -march=native -mtune=native -Os e/gladman
gcc -march=native -mtune=native -O2 e/gladman
gcc -march=native -mtune=native -O3 e/gladman
gcc -march=native -mtune=native -Os e/gladman