Implementation notes: mipso32, gcc23, crypto_aead/spook128su384v2

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_aead
Primitive: spook128su384v2

Compiler output

Implementation: T:hes128c32
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
clyde_32bit.c: clyde_32bit.c: In function 'clyde128_encrypt':
clyde_32bit.c: clyde_32bit.c:109:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
clyde_32bit.c: for (unsigned int s = 0; s < CLYDE_128_NS; s++) {
clyde_32bit.c: ^
clyde_32bit.c: clyde_32bit.c:109:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c32
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c64
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c64
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c64
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:hes128c64

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
primitives.c: primitives.c: In function 'bytes2state':
primitives.c: primitives.c:178:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c:178:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
primitives.c: primitives.c: In function 'state2bytes':
primitives.c: primitives.c:188:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c: In function 'xor_ls_state':
primitives.c: primitives.c:197:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int i = 0; i < LS_ROWS; i++) {
primitives.c: ^
primitives.c: primitives.c: In function 'add_rc':
primitives.c: primitives.c:207:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int i = 0; i < LS_ROWS; i++) {
primitives.c: ^
primitives.c: primitives.c: In function 'dbox_mls_layer':
primitives.c: primitives.c:262:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c: In function 'clyde128_encrypt':
primitives.c: primitives.c:309:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int s = 0; s < CLYDE_128_NS; s++) {
primitives.c: ^
primitives.c: ...

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