Implementation notes: amd64, floodyberry, crypto_dh/ecfp256e

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_dh
Primitive: ecfp256e
TimeImplementationCompilerBenchmark dateSUPERCOP version
855162v01/w8s8gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
857838v01/w8s8gcc -m64 -O3 -fomit-frame-pointer2014050820140505
871800v01/w8s4gcc -m64 -O3 -fomit-frame-pointer2014050820140505
876925v01/w8s4gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
883325v01/w8s2gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
885588v01/w8s2gcc -m64 -O3 -fomit-frame-pointer2014050820140505
887863v01/w8s8gcc -m64 -O2 -fomit-frame-pointer2014050820140505
889075v01/w8s8gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
890263v01/w8s4gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
895013v01/w8s4gcc -m64 -O2 -fomit-frame-pointer2014050820140505
895650v01/w8s8icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
909550v01/w8s4icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
913813v01/w8s2gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
917125v01/w8s2gcc -m64 -O2 -fomit-frame-pointer2014050820140505
925137v01/w8s1gcc -m64 -O3 -fomit-frame-pointer2014050820140505
925437v01/w8s8icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
926675v01/w8s1gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
928488v01/w8s2icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
931312v01/w8s4icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
944925v01/w8s1gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
946675v01/w8s1gcc -m64 -O2 -fomit-frame-pointer2014050820140505
947037v01/w8s2icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
967263v01/w8s1icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
984887v01/w8s1icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1429837v01/vargcc -m64 -O3 -fomit-frame-pointer2014050820140505
1441725v01/vargcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1475238v01/vargcc -m64 -O2 -fomit-frame-pointer2014050820140505
1477362v01/vargcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1501737v01/varicc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1525350v01/varicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505

Compiler output

Implementation: crypto_dh/ecfp256e/v01/var
Compiler: clang -O1 -march=native -m64 -fomit-frame-pointer
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: 10, namely:
CompilerImplementations
clang -O1 -march=native -m64 -fomit-frame-pointer v01/var v01/w8s1 v01/w8s2 v01/w8s4 v01/w8s8
clang -O3 -march=native -m64 -fomit-frame-pointer v01/var v01/w8s1 v01/w8s2 v01/w8s4 v01/w8s8