Implementation notes: amd64, temp, crypto_sign/dilithium3

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: dilithium3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
183182135204 0 058198 800 1664refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122020191017
194949718564 0 038934 800 1600refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122020191017
204686816824 0 035578 784 1600refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122020191017
207994517967 0 038118 800 1600refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122020191017

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
poly.c: poly.c:214:39: error: expected ';', ',' or ')' before 'a1'
poly.c: void poly_power2round(poly * restrict a1,
poly.c: ^
poly.c: poly.c:240:37: error: expected ';', ',' or ')' before 'a1'
poly.c: void poly_decompose(poly * restrict a1,
poly.c: ^
poly.c: poly.c:266:45: error: expected ';', ',' or ')' before 'h'
poly.c: unsigned int poly_make_hint(poly * restrict h,
poly.c: ^
poly.c: poly.c:291:36: error: expected ';', ',' or ')' before 'a'
poly.c: ...
poly.c: ^
poly.c: poly.c:985:42: error: expected ';', ',' or ')' before 'r'
poly.c: void polyz_pack(unsigned char * restrict r, const poly * restrict a) {
poly.c: ^
poly.c: poly.c:1021:35: error: expected ';', ',' or ')' before 'r'
poly.c: void polyz_unpack(poly * restrict r, const unsigned char * restrict a) {
poly.c: ^
poly.c: poly.c:1054:43: error: expected ';', ',' or ')' before 'r'
poly.c: void polyw1_pack(unsigned char * restrict r, const poly * restrict a) {
poly.c: ^

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