Implementation notes: amd64, temp, crypto_kem/hqc1921

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: hqc1921
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
373255529193 32 551451522 4056 10232refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
403660314197 32 551433507 4048 10168refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
409082215450 32 551435188 4048 10168refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
457994010609 32 551428695 4032 10136refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017

Compiler output

Implementation: opt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
bch.c: bch.c: In function 'message_to_array':
bch.c: bch.c:83:3: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: for (uint8_t i = 0 ; i < VEC_K_SIZE_BYTES ; ++i) {
bch.c: ^
bch.c: bch.c:83:3: note: use option -std=c99 or -std=gnu99 to compile your code
bch.c: bch.c:84:5: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: for (uint8_t j = 0 ; j < 8 ; ++j) {
bch.c: ^
bch.c: bch.c: In function 'get_generator_poly':
bch.c: bch.c:104:3: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: ...
bch.c: bch.c:660:3: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: for (int i = 0; i < size; ++i) {
bch.c: ^
bch.c: bch.c: In function 'compute_generator_poly':
bch.c: bch.c:684:3: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: for (int i = 0 ; i < PARAM_GF_MUL_ORDER ; ++i) {
bch.c: ^
bch.c: bch.c:688:7: error: 'for' loop initial declarations are only allowed in C99 mode
bch.c: for(int j = deg_g ; j > 0 ; j--) {
bch.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
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