Implementation notes: amd64, genji239, crypto_scalarmult/nistp256

Computer: genji239
Architecture: amd64
CPU ID: GenuineIntel-00050654-bfebfbff
SUPERCOP version: 20191017
Operation: crypto_scalarmult
Primitive: nistp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
254207019376 30720 053460 31608 1576mj32icc_-march=corei7_-mtune=corei7_-O2_-fomit-frame-pointer2019102020191017
254663220416 30720 055860 31608 1576mj32icc_-march=sandybridge_-mtune=sandybridge_-O2_-fomit-frame-pointer2019102020191017
254756020416 30720 055860 31608 1576mj32icc_-march=ivybridge_-mtune=ivybridge_-O2_-fomit-frame-pointer2019102020191017
254831220416 30720 055860 31608 1576mj32icc_-march=corei7-avx_-mtune=corei7-avx_-O2_-fomit-frame-pointer2019102020191017
255328420288 30720 055764 31608 1576mj32icc_-march=corei7-avx_-mtune=corei7-avx_-O3_-fomit-frame-pointer2019102020191017
255421420288 30720 055764 31608 1576mj32icc_-march=core-avx-i_-mtune=core-avx-i_-O3_-fomit-frame-pointer2019102020191017
255585020288 30720 055764 31608 1576mj32icc_-march=sandybridge_-mtune=sandybridge_-O3_-fomit-frame-pointer2019102020191017
255725220288 30720 055764 31608 1576mj32icc_-march=ivybridge_-mtune=ivybridge_-O3_-fomit-frame-pointer2019102020191017
256645819320 30720 053460 31608 1576mj32icc_-march=corei7_-mtune=corei7_-O3_-fomit-frame-pointer2019102020191017
270619620416 30720 055860 31608 1576mj32icc_-march=core-avx-i_-mtune=core-avx-i_-O2_-fomit-frame-pointer2019102020191017
270945818720 30720 054700 31608 1608mj32icc_-march=skylake-avx512_-mtune=skylake-avx512_-O2_-fomit-frame-pointer2019102020191017
273113618720 30720 054588 31608 1608mj32icc_-march=skylake-avx512_-mtune=skylake-avx512_-O3_-fomit-frame-pointer2019102020191017
273867818832 30720 054564 31608 1576mj32icc_-march=haswell_-mtune=haswell_-O2_-fomit-frame-pointer2019102020191017
274029618832 30720 054564 31608 1576mj32icc_-march=skylake_-mtune=skylake_-O2_-fomit-frame-pointer2019102020191017
274348818832 30720 054564 31608 1576mj32icc_-march=broadwell_-mtune=broadwell_-O2_-fomit-frame-pointer2019102020191017
274833218832 30720 054564 31608 1576mj32icc_-march=core-avx2_-mtune=core-avx2_-O2_-fomit-frame-pointer2019102020191017
275309818832 30720 054164 31608 1576mj32icc_-march=core-avx2_-mtune=core-avx2_-O3_-fomit-frame-pointer2019102020191017
275318818832 30720 054164 31608 1576mj32icc_-march=broadwell_-mtune=broadwell_-O3_-fomit-frame-pointer2019102020191017
275590418832 30720 054164 31608 1576mj32icc_-march=skylake_-mtune=skylake_-O3_-fomit-frame-pointer2019102020191017
275769418832 30720 054164 31608 1576mj32icc_-march=haswell_-mtune=haswell_-O3_-fomit-frame-pointer2019102020191017
278222018112 30720 054620 31608 1608mj32icc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer2019102020191017
279875418144 30720 054300 31608 1608mj32icc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer2019102020191017
288279812736 30720 046403 31560 1608mj32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019102020191017
378974611013 30720 042131 31560 1608mj32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019102020191017
44444969972 30720 039107 31552 1608mj32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019102020191017
794624411252 30720 041451 31560 1608mj32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019102020191017

Test failure

Implementation: mj32
Security model: unknown
Compiler: icc -march=cannonlake -mtune=cannonlake -O2 -fomit-frame-pointer
error 111

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -march=cannonlake -mtune=cannonlake -O2 -fomit-frame-pointer mj32
icc -march=cannonlake -mtune=cannonlake -O3 -fomit-frame-pointer mj32

Compiler output

Implementation: mj32
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
gep256.c: gep256.c: In function 'isneutral':
gep256.c: gep256.c:83:28: warning: 'sizeof' on array function parameter 'p' will return size of 'crypto_uint32 (*)[8]' {aka 'unsigned int (*)[8]'} [-Wsizeof-array-argument]
gep256.c: 83 | for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c: | ^
gep256.c: gep256.c:78:29: note: declared here
gep256.c: 78 | static int isneutral(gep256 p) {
gep256.c: | ~~~~~~~^
gep256.c: gep256.c: In function 'isneutral_precomp':
gep256.c: gep256.c:92:28: warning: 'sizeof' on array function parameter 'p' will return size of 'crypto_uint32 (*)[8]' {aka 'unsigned int (*)[8]'} [-Wsizeof-array-argument]
gep256.c: 92 | for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c: | ^
gep256.c: gep256.c:87:45: note: declared here
gep256.c: 87 | static int isneutral_precomp(gep256_precomp p) {
gep256.c: | ~~~~~~~~~~~~~~~^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE mj32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE mj32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE mj32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE mj32