Implementation notes: amd64, temp, crypto_kem/rolloii192

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: rolloii192

Compiler output

Implementation: avx
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
ffi_elt.c: ffi_elt.c: In function 'ffi_elt_nth_root':
ffi_elt.c: ffi_elt.c:330:3: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int i = 0 ; i < exp - 1 ; ++i) {
ffi_elt.c: ^
ffi_elt.c: ffi_elt.c:330:3: note: use option -std=c99 or -std=gnu99 to compile your code

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
ffi_elt.c: ffi_elt.c: In function 'ffi_field_init':
ffi_elt.c: ffi_elt.c:29:5: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int i = 0 ; i < 256 ; ++i) {
ffi_elt.c: ^
ffi_elt.c: ffi_elt.c:29:5: note: use option -std=c99 or -std=gnu99 to compile your code
ffi_elt.c: ffi_elt.c:30:7: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int j = 0 ; j < 8 ; ++j) {
ffi_elt.c: ^
ffi_elt.c: ffi_elt.c: In function 'ffi_elt_nth_root':
ffi_elt.c: ffi_elt.c:357:3: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: ...
ffi_elt.c: ffi_elt.c:465:3: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int j = 0 ; j < FIELD_UINT64 ; ++j) {
ffi_elt.c: ^
ffi_elt.c: ffi_elt.c:467:5: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int i = 0 ; i < size_Bu ; ++i) {
ffi_elt.c: ^
ffi_elt.c: ffi_elt.c: In function 'ffi_elt_ur_sqr':
ffi_elt.c: ffi_elt.c:485:3: error: 'for' loop initial declarations are only allowed in C99 mode
ffi_elt.c: for(int i = 0 ; i < FIELD_UINT64 ; ++i) {
ffi_elt.c: ^

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