Implementation notes: amd64, temp, crypto_kem/hqc2562

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: hqc2562
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
603194928800 32 551450602 4056 10232refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
662460712496 32 551431387 4048 10168refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
666744913241 32 551432476 4048 10168refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
736395710640 32 551428759 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