Implementation notes: amd64, sliver, crypto_dh/ecfp256e

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: ecfp256e
TimeImplementationCompilerBenchmark dateSUPERCOP version
749946v01/w8s4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072520160718
750564v01/w8s8gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072520160718
1305720v01/w8s4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072520160718
1378398v01/w8s2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072520160718
1383600v01/w8s8gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072520160718
1390848v01/w8s2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072520160718
1401438v01/w8s8gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072520160718
1439490v01/w8s8gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072520160718
1452720v01/w8s1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072520160718
1464066v01/w8s1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072520160718
1467582v01/w8s4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072520160718
1498494v01/w8s2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072520160718
1525296v01/w8s1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072520160718
1550658v01/w8s2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072520160718
1556166v01/w8s1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072520160718
1563240v01/w8s4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072520160718
2308374v01/vargcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072520160718
2320704v01/vargcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072520160718
2414340v01/vargcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072520160718
2436936v01/vargcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072520160718

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
alloc.c: alloc.c:77:11: warning: passing 'char [13]' to parameter of type 'sic_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
alloc.c: kn_exit("kn_init_fast", ERR_OUT_OF_MEMORY);
alloc.c: ^~~~~~~~~~~~~~
alloc.c: ./_core.h:132:21: note: passing argument to parameter 's' here
alloc.c: void kn_exit(sic_t *s, uni_t code);
alloc.c: ^
alloc.c: alloc.c:92:11: warning: passing 'char [13]' to parameter of type 'sic_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
alloc.c: kn_exit("kn_free_fast", ERR_INVALID_MEMORY);
alloc.c: ^~~~~~~~~~~~~~
alloc.c: ./_core.h:132:21: note: passing argument to parameter 's' here
alloc.c: void kn_exit(sic_t *s, uni_t code);
alloc.c: ^
alloc.c: alloc.c:108:11: warning: passing 'char [8]' to parameter of type 'sic_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
alloc.c: kn_exit("kn_kill", ERR_INVALID_MEMORY);
alloc.c: ^~~~~~~~~
alloc.c: ./_core.h:132:21: note: passing argument to parameter 's' here
alloc.c: void kn_exit(sic_t *s, uni_t code);
alloc.c: ^
alloc.c: alloc.c:131:11: warning: passing 'char [33]' to parameter of type 'sic_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
alloc.c: kn_exit("kn_alloc: cannot allocate memory", 0);
alloc.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alloc.c: ./_core.h:132:21: note: passing argument to parameter 's' here
alloc.c: void kn_exit(sic_t *s, uni_t code);
alloc.c: ^
alloc.c: alloc.c:152:12: warning: passing 'char [8]' to parameter of type 'sic_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
alloc.c: ...

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments v01/var v01/w8s1 v01/w8s2 v01/w8s4 v01/w8s8

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccTGLnGl.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccY5F3Q2.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv v01/w8s4

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s8
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccTasrPC.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccHnAepI.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv v01/w8s8

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s1
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//cchOOstz.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccwXz3Vh.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv v01/w8s1

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//cco9BQS8.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccfjCpTh.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv v01/var

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccoo6CDX.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccSTRvBA.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv v01/w8s2

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccAtbDvE.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccGg7siY.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv v01/var

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s2
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccSeMJTq.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//cczmwZ69.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv v01/w8s2

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s8
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccYrps1g.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccKAlvFM.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv v01/w8s8

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s1
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccnPwPSY.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccpkUHKh.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv v01/w8s1

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s4
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccwE8znQ.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccQ5kW2C.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv v01/w8s4

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccDtq9Fg.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//cc1RtwJi.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv v01/var

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s2
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccUmI8Oe.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccNqc086.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv v01/w8s2

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s1
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccVBcapo.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccloM6nc.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv v01/w8s1

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s8
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccW4eSsz.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccrSXIZ7.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv v01/w8s8

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s4
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccgwElmO.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccjnfXmO.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv v01/w8s4

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s8
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//cc4GDD5X.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccunByj2.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s8_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv v01/w8s8

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccNiciF4.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccZlH9pG.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_var_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv v01/var

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s4
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccYtTjd2.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//cczxTWYJ.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s4_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv v01/w8s4

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s1
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccdBRrRu.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccUF9aBZ.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s1_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv v01/w8s1

Compiler output

Implementation: crypto_dh/ecfp256e/v01/w8s2
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//cck9x6PT.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
try.c: /tmp//ccOwlU56.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
try.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?
measure.c: crypto_dh_ecfp256e.a(try_ec_fp_256e.o): In function `crypto_dh_ecfp256e_v01_w8s2_keypair':
measure.c: try_ec_fp_256e.c:(.text+0x...): warning: warning: rand() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv v01/w8s2