Implementation notes: mipso32, gcc23, crypto_kem/mceliece6960119pcf

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_kem
Primitive: mceliece6960119pcf
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2671012691088 0 0146061 544 1568vecgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
3130809478144 0 0131037 540 1568vecgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
4456630467904 0 0119809 540 1568vecgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
4557124277680 0 0131469 540 1568vecgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
184353688231504 0 086966 568 1568refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
363072985420656 0 073089 568 1568refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
368811661023824 0 077245 568 1568refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025
395043933425120 0 079437 568 1568refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022102920221025

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_mceliece6960119pcf_vec_constbranchindex_pk_gen':
pk_gen.c: pk_gen.c:217: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 (*)[13]' but argument is of type 'vec (*)[13]'
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