Implementation notes: amd64, floodyberry, crypto_dh/ecfp256h

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_dh
Primitive: ecfp256h
TimeImplementationCompilerBenchmark dateSUPERCOP version
1043637v01/w8s8gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1044400v01/w8s8gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1061875v01/w8s4gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1064125v01/w8s4gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1070538v01/w8s8gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1071175v01/w8s2gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1071225v01/w8s8gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1075413v01/w8s2gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1076162v01/w8s4gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1077275v01/w8s4gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1080913v01/w8s8icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1093050v01/w8s2gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1093975v01/w8s2gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1101313v01/w8s4icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1107900v01/w8s8icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1112938v01/w8s4icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1117775v01/w8s1gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1118187v01/w8s1gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1119113v01/w8s2icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1130438v01/w8s2icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1135650v01/w8s1gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1136538v01/w8s1gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1157488v01/w8s1icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1172063v01/w8s1icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1789287v01/vargcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1789725v01/vargcc -m64 -O3 -fomit-frame-pointer2014050820140505
1813250v01/vargcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1816575v01/vargcc -m64 -O2 -fomit-frame-pointer2014050820140505
1852713v01/varicc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1869062v01/varicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505

Compiler output

Implementation: crypto_dh/ecfp256h/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