Implementation notes: amd64, temp, crypto_kem/kyber90s768

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

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
aes256ctr.c: aes256ctr.c: In function 'aesni_encrypt8':
aes256ctr.c: aes256ctr.c:52:3: error: 'for' loop initial declarations are only allowed in C99 mode
aes256ctr.c: for (int i = 1; i < 14; i++) {
aes256ctr.c: ^
aes256ctr.c: aes256ctr.c:52: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 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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
aes256ctr.c: aes256ctr.c: In function 'aes256_prf':
aes256ctr.c: aes256ctr.c:594:3: error: 'for' loop initial declarations are only allowed in C99 mode
aes256ctr.c: for(int i=1;i<12;i++)
aes256ctr.c: ^
aes256ctr.c: aes256ctr.c:594:3: note: use option -std=c99 or -std=gnu99 to compile your code
aes256ctr.c: aes256ctr.c: In function 'aes256xof_absorb':
aes256ctr.c: aes256ctr.c:622:3: error: 'for' loop initial declarations are only allowed in C99 mode
aes256ctr.c: for(int i=2;i<12;i++)
aes256ctr.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