Implementation notes: mipso32, erpro8fsf2, crypto_kem/mceliece348864f

Computer: erpro8fsf2
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20220213
Operation: crypto_kem
Primitive: mceliece348864f
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7821516108880 0 0163571 540 1568vecgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
927382060704 0 0113315 536 1568vecgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
1330056053552 0 0105239 536 1568vecgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
1387147860192 0 0113683 536 1568vecgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
29630913224576 0 079898 572 1568refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
66083178620592 0 073788 568 1568refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
69190159421888 0 075964 568 1568refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108
69854178217920 0 070192 568 1568refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021112120211108

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
pk_gen.c: pk_gen.c: In function 'crypto_kem_mceliece348864f_vec_constbranchindex_pk_gen':
pk_gen.c: pk_gen.c:214:22: warning: passing argument 2 of 'de_bitslicing' from incompatible pointer type
pk_gen.c: de_bitslicing(list, prod);
pk_gen.c: ^
pk_gen.c: pk_gen.c:35:13: note: expected 'const vec (*)[12]' but argument is of type 'vec (*)[12]'
pk_gen.c: static void de_bitslicing(uint64_t * out, const vec in[][GFBITS])
pk_gen.c: ^

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