Implementation notes: amd64, floodyberry, crypto_dh/ecfp256s

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_dh
Primitive: ecfp256s
TimeImplementationCompilerBenchmark dateSUPERCOP version
1083800v01/w8s8gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1084550v01/w8s8gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1084788v01/w8s4gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1088550v01/w8s4gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1103200v01/w8s2gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1103462v01/w8s8gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1107850v01/w8s2gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1118938v01/w8s8gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1120463v01/w8s4gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1120962v01/w8s4gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1124025v01/w8s8icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1132500v01/w8s2gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1139000v01/w8s2gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1139412v01/w8s4icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1144725v01/w8s1gcc -m64 -O3 -fomit-frame-pointer2014050820140505
1150262v01/w8s1gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1159300v01/w8s8icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1160325v01/w8s2icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1167838v01/w8s4icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1174350v01/w8s1gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1179213v01/w8s1gcc -m64 -O2 -fomit-frame-pointer2014050820140505
1182612v01/w8s2icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1206425v01/w8s1icc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1222700v01/w8s1icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
1839412v01/vargcc -m64 -O3 -fomit-frame-pointer2014050820140505
1841613v01/vargcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
1886575v01/vargcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
1892700v01/vargcc -m64 -O2 -fomit-frame-pointer2014050820140505
1929113v01/varicc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
1964575v01/varicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505

Compiler output

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