Implementation notes: amd64, genji548, crypto_scalarmult/nistp256

Computer: genji548
Architecture: amd64
CPU ID: GenuineIntel-00050654-bfebfbff
SUPERCOP version: 20191017
Operation: crypto_scalarmult
Primitive: nistp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
254503620416 30720 055860 31608 1576mj32icc_-march=sandybridge_-mtune=sandybridge_-O2_-fomit-frame-pointer2019101920191017
254601420416 30720 055860 31608 1576mj32icc_-march=ivybridge_-mtune=ivybridge_-O2_-fomit-frame-pointer2019101920191017
254947219376 30720 053460 31608 1576mj32icc_-march=corei7_-mtune=corei7_-O2_-fomit-frame-pointer2019101920191017
255029420416 30720 055860 31608 1576mj32icc_-march=corei7-avx_-mtune=corei7-avx_-O2_-fomit-frame-pointer2019101920191017
255699620288 30720 055764 31608 1576mj32icc_-march=ivybridge_-mtune=ivybridge_-O3_-fomit-frame-pointer2019101920191017
255968420288 30720 055764 31608 1576mj32icc_-march=sandybridge_-mtune=sandybridge_-O3_-fomit-frame-pointer2019101920191017
256049220288 30720 055764 31608 1576mj32icc_-march=core-avx-i_-mtune=core-avx-i_-O3_-fomit-frame-pointer2019101920191017
256774220288 30720 055764 31608 1576mj32icc_-march=corei7-avx_-mtune=corei7-avx_-O3_-fomit-frame-pointer2019101920191017
256804819320 30720 053460 31608 1576mj32icc_-march=corei7_-mtune=corei7_-O3_-fomit-frame-pointer2019101920191017
257212820416 30720 055860 31608 1576mj32icc_-march=core-avx-i_-mtune=core-avx-i_-O2_-fomit-frame-pointer2019101920191017
271082418720 30720 054700 31608 1608mj32icc_-march=skylake-avx512_-mtune=skylake-avx512_-O2_-fomit-frame-pointer2019101920191017
274021218832 30720 054564 31608 1576mj32icc_-march=skylake_-mtune=skylake_-O2_-fomit-frame-pointer2019101920191017
274328818832 30720 054564 31608 1576mj32icc_-march=core-avx2_-mtune=core-avx2_-O2_-fomit-frame-pointer2019101920191017
274378018832 30720 054564 31608 1576mj32icc_-march=haswell_-mtune=haswell_-O2_-fomit-frame-pointer2019101920191017
274387018832 30720 054564 31608 1576mj32icc_-march=broadwell_-mtune=broadwell_-O2_-fomit-frame-pointer2019101920191017
275315818832 30720 054164 31608 1576mj32icc_-march=skylake_-mtune=skylake_-O3_-fomit-frame-pointer2019101920191017
275841218832 30720 054164 31608 1576mj32icc_-march=core-avx2_-mtune=core-avx2_-O3_-fomit-frame-pointer2019101920191017
275860218832 30720 054164 31608 1576mj32icc_-march=haswell_-mtune=haswell_-O3_-fomit-frame-pointer2019101920191017
275939018832 30720 054164 31608 1576mj32icc_-march=broadwell_-mtune=broadwell_-O3_-fomit-frame-pointer2019101920191017
278240818112 30720 054620 31608 1608mj32icc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer2019101920191017
279763418144 30720 054300 31608 1608mj32icc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer2019101920191017
287976412736 30720 046403 31560 1608mj32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101920191017
296914018720 30720 054588 31608 1608mj32icc_-march=skylake-avx512_-mtune=skylake-avx512_-O3_-fomit-frame-pointer2019101920191017
379091211013 30720 042131 31560 1608mj32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101920191017
44007769972 30720 039107 31552 1608mj32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101920191017
782691011252 30720 041451 31560 1608mj32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101920191017

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