Implementation notes: amd64, temp, crypto_kem/frodokem640shake

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

Compiler output

Implementation: optimized
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
frodo640.c: In file included from frodo640.c:31:0:
frodo640.c: kem.inc: In function 'crypto_kem_frodokem640shake_optimized_dec':
frodo640.c: kem.inc:192:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < PARAMS_N*PARAMS_NBAR; i++) BBp[i] = BBp[i] & ((1 << PARAMS_LOGQ)-1);
frodo640.c: ^
frodo640.c: kem.inc:192:5: note: use option -std=c99 or -std=gnu99 to compile your code
frodo640.c: In file included from frodo640.c:33:0:
frodo640.c: frodo_macrify.inc: In function 'frodo_add':
frodo640.c: frodo_macrify.inc:137:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < (PARAMS_NBAR*PARAMS_NBAR); i++) {
frodo640.c: ^
frodo640.c: frodo_macrify.inc: In function 'frodo_sub':
frodo640.c: frodo_macrify.inc:148:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < (PARAMS_NBAR*PARAMS_NBAR); i++) {
frodo640.c: ^

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

Compiler output

Implementation: x64
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
frodo640.c: In file included from frodo640.c:31:0:
frodo640.c: kem.inc: In function 'crypto_kem_frodokem640shake_x64_dec':
frodo640.c: kem.inc:194:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < PARAMS_N*PARAMS_NBAR; i++) BBp[i] = BBp[i] & ((1 << PARAMS_LOGQ)-1);
frodo640.c: ^
frodo640.c: kem.inc:194:5: note: use option -std=c99 or -std=gnu99 to compile your code
frodo640.c: In file included from frodo640.c:33:0:
frodo640.c: frodo_macrify.inc: In function 'frodo_add':
frodo640.c: frodo_macrify.inc:166:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < (PARAMS_NBAR*PARAMS_NBAR); i++) {
frodo640.c: ^
frodo640.c: frodo_macrify.inc: In function 'frodo_sub':
frodo640.c: frodo_macrify.inc:177:5: error: 'for' loop initial declarations are only allowed in C99 mode
frodo640.c: for (int i = 0; i < (PARAMS_NBAR*PARAMS_NBAR); i++) {
frodo640.c: ^

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