Implementation notes: amd64, par, crypto_dh/ed521gs

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_dh
Primitive: ed521gs
TimeImplementationCompilerBenchmark dateSUPERCOP version
14892520refgcc -march=native -mcpu=native -Os2016121420161026
14966260refgcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
16850620refgcc -march=native -mcpu=native -O22016121420161026
16954240refgcc -funroll-loops -march=native -mcpu=native -O22016121420161026
17020180refgcc -funroll-loops -march=native -mcpu=native -O32016121420161026
17049720refgcc -march=native -mcpu=native -O32016121420161026

Compiler output

Implementation: crypto_dh/ed521gs/ref
Compiler: gcc -funroll-loops -march=native -mcpu=native -O2
dh.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
dh.c: dh.c: In function 'crypto_dh_ed521gs_ref_keypair':
dh.c: dh.c:771:2: warning: implicit declaration of function 'randombytes' [-Wimplicit-function-declaration]
dh.c: randombytes(sk,PANES-1);
dh.c: ^~~~~~~~~~~
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
measure.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mcpu=native -O2 ref
gcc -funroll-loops -march=native -mcpu=native -O3 ref
gcc -funroll-loops -march=native -mcpu=native -Os ref
gcc -march=native -mcpu=native -O2 ref
gcc -march=native -mcpu=native -O3 ref
gcc -march=native -mcpu=native -Os ref