Implementation notes: amd64, temp, crypto_sign/pqrsa15

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: pqrsa15
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1386885753952 0 0269970 1104 1624refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
1387540474012 0 0272722 1104 1688refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
1388039573743 0 0269602 1104 1624refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
1389553303733 0 0268614 1088 1624refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
sign.c: sign.c: In function 'remainders_via_tree':
sign.c: sign.c:95:3: warning: passing argument 3 of 'remainders_via_tree' from incompatible pointer type [enabled by default]
sign.c: remainders_via_tree(xmodq,x,q,qlen);
sign.c: ^
sign.c: sign.c:68:13: note: expected 'const struct __mpz_struct (*)[1]' but argument is of type 'struct __mpz_struct (*)[1]'
sign.c: static void remainders_via_tree(mpz_t *xmodp,const mpz_t x,const mpz_t *p,long long plen)
sign.c: ^
sign.c: sign.c: In function 'cuberoot':
sign.c: sign.c:178:3: warning: passing argument 3 of 'sumfrac' from incompatible pointer type [enabled by default]
sign.c: sumfrac(x,t,xmodp,p,K);
sign.c: ...
sign.c: ^
sign.c: sign.c:24:13: note: expected 'const struct __mpz_struct (*)[1]' but argument is of type 'struct __mpz_struct (*)[1]'
sign.c: static void sumfrac(mpz_t num,mpz_t den,const mpz_t *x,const mpz_t *p,long long plen)
sign.c: ^
sign.c: sign.c:284:3: warning: passing argument 3 of 'remainders' from incompatible pointer type [enabled by default]
sign.c: remainders(qmodp,q,p);
sign.c: ^
sign.c: sign.c:109:13: note: expected 'const struct __mpz_struct (*)[1]' but argument is of type 'struct __mpz_struct (*)[1]'
sign.c: static void remainders(mpz_t *xmodp,const mpz_t x,const mpz_t *p)
sign.c: ^

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