Implementation notes: ppc32, nintendowiilinuxngx, crypto_aead/scream10v3

Computer: nintendowiilinuxngx
Architecture: ppc32
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_aead
Primitive: scream10v3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
68421612348 20 035793 784 796refgcc_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
12443527428 20 028009 784 796refgcc_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
12851885944 20 024497 776 796refgcc_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
13412526988 20 027177 780 796refgcc_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221

Compiler output

Implementation: sse
Security model: unknown
Compiler: gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
scream.c: scream.c: In function 'LBox16P':
scream.c: scream.c:199:5: error: AltiVec argument passed to unprototyped function
scream.c: t0 = shift_right(in[0]) & V(0xf);
scream.c: ^
scream.c: scream.c:200:5: error: AltiVec argument passed to unprototyped function
scream.c: t1 = shift_right(in[2]) & V(0xf);
scream.c: ^
scream.c: scream.c:202:5: error: AltiVec argument passed to unprototyped function
scream.c: A = __builtin_ia32_pshufb128(table, t0);
scream.c: ^
scream.c: scream.c:203:5: error: AltiVec argument passed to unprototyped function
scream.c: C = __builtin_ia32_pshufb128(table, t1);
scream.c: ^
scream.c: scream.c:207:5: error: AltiVec argument passed to unprototyped function
scream.c: B = __builtin_ia32_pshufb128(table, t0);
scream.c: ^
scream.c: scream.c:208:5: error: AltiVec argument passed to unprototyped function
scream.c: D = __builtin_ia32_pshufb128(table, t1);
scream.c: ^
scream.c: scream.c:215:5: error: AltiVec argument passed to unprototyped function
scream.c: A ^= __builtin_ia32_pshufb128(table, in[0]);
scream.c: ^
scream.c: scream.c:216:5: error: AltiVec argument passed to unprototyped function
scream.c: C ^= __builtin_ia32_pshufb128(table, in[2]);
scream.c: ^
scream.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE sse
gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE sse
gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE sse
gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE sse

Namespace violations

Implementation: ref
Security model: unknown
Compiler: gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
scream_cipher.o LS_decrypt T
scream_cipher.o LS_encrypt T
scream_cipher.o __a C
scream_cipher.o __b C
scream_cipher.o __c C
scream_cipher.o __d C

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref