Implementation notes: ppc64, powermacg5, crypto_stream/aes128estream

Computer: powermacg5
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_stream
Primitive: aes128estream
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
28050? ? ?? ? ?e/bernstein/big-1gcc_-mcpu=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2017101420170904
28125? ? ?? ? ?e/bernstein/little-1gcc_-mcpu=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2017101420170904
28950? ? ?? ? ?e/bernstein/little-1gcc_-mcpu=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2017101420170904
29025? ? ?? ? ?e/bernstein/big-1gcc_-mcpu=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2017101420170904
29100? ? ?? ? ?e/bernstein/little-1gcc_-mcpu=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2017101420170904
29175? ? ?? ? ?e/bernstein/big-1gcc_-mcpu=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2017101420170904

Checksum failure

Implementation: crypto_stream/aes128estream/e/bernstein/little-2
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
17fc2c4444e2a5fd68f424d4854c6dcb2cc06e3d6fdb170d36b09ec9079ace27
Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/bernstein/little-2
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/bernstein/little-2
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/bernstein/little-2

Checksum failure

Implementation: crypto_stream/aes128estream/e/bernstein/little-4
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
b9a3b3e2840b18a9c68a282b0d240e1e813e33db1d978491162f59d6edba6f17
Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/bernstein/little-4
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/bernstein/little-4
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/bernstein/little-4

Checksum failure

Implementation: crypto_stream/aes128estream/e/bernstein/little-3
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
c006e24ee8b75045d845f44e96733076f99b67a817a099f797b914186c41b1f2
Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/bernstein/little-3
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/bernstein/little-3
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/bernstein/little-3

Checksum failure

Implementation: crypto_stream/aes128estream/e/hongjun/v0
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
e2f7305c97004a229dc4a124395b37b6bcf7b0ff0602b7f29855e4228b928b7a
Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/hongjun/v0 e/hongjun/v1
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/hongjun/v0 e/hongjun/v1
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/hongjun/v0 e/hongjun/v1

Compiler output

Implementation: crypto_stream/aes128estream/e/gladman
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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:2:
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:2:
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: 3, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/gladman
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/gladman
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/gladman