Implementation notes: amd64, temp, crypto_kem/hila5

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

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
kem.c: kem.c: In function 'hila5_parse':
kem.c: kem.c:101:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < HILA5_N; i++) {
kem.c: ^
kem.c: kem.c:101:5: note: use option -std=c99 or -std=gnu99 to compile your code
kem.c: kem.c: In function 'hila5_psi16':
kem.c: kem.c:116:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < HILA5_N; i++) {
kem.c: ^

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
kem.c: kem.c: In function 'init_pow1945':
kem.c: kem.c:51:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < 2048; i++) { // 1945^1024 = -1 (mod q)
kem.c: ^
kem.c: kem.c:51:5: note: use option -std=c99 or -std=gnu99 to compile your code
kem.c: kem.c: In function 'slow_smul':
kem.c: kem.c:62:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < HILA5_N; i++)
kem.c: ^
kem.c: kem.c: In function 'slow_vmul':
kem.c: ...
kem.c: for (int i = 0; i < HILA5_N; i++) {
kem.c: ^
kem.c: kem.c: In function 'hila5_psi16':
kem.c: kem.c:235:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < HILA5_N; i++) {
kem.c: ^
kem.c: kem.c: In function 'crypto_kem_hila5_ref_dec':
kem.c: kem.c:524:5: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (int i = 0; i < HILA5_ECC_LEN; i++) {
kem.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