Implementation notes: amd64, pmnod003, crypto_scalarmult/nistp256

Computer: pmnod003
Architecture: amd64
CPU ID: GenuineIntel-00050654-bfebfbff
SUPERCOP version: 20190910
Operation: crypto_scalarmult
Primitive: nistp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
250355019472 30720 053923 31616 1576mj32icc_-xSSE4.1_-O2_-fomit-frame-pointer2019091220190910
253506019416 30720 053939 31616 1576mj32icc_-xSSE4.1_-O3_-fomit-frame-pointer2019091220190910
253708620416 30720 055927 31616 1576mj32icc_-xAVX_-O2_-fomit-frame-pointer2019091220190910
253715820416 30720 055927 31616 1576mj32icc_-xCORE-AVX-I_-O2_-fomit-frame-pointer2019091220190910
254408420288 30720 055831 31616 1576mj32icc_-xCORE-AVX-I_-O3_-fomit-frame-pointer2019091220190910
254637620288 30720 055831 31616 1576mj32icc_-xAVX_-O3_-fomit-frame-pointer2019091220190910
255446819320 30720 053527 31616 1576mj32icc_-xSSE4.2_-O3_-fomit-frame-pointer2019091220190910
258716219376 30720 053527 31616 1576mj32icc_-xSSE4.2_-O2_-fomit-frame-pointer2019091220190910
270735018720 30720 054676 31608 1608mj32icc_-xCORE-AVX512_-O2_-fomit-frame-pointer2019091220190910
272863418720 30720 054580 31608 1608mj32icc_-xCORE-AVX512_-O3_-fomit-frame-pointer2019091220190910
274002818832 30720 054492 31608 1576mj32icc_-xCORE-AVX2_-O2_-fomit-frame-pointer2019091220190910
275240618832 30720 054076 31608 1576mj32icc_-xCORE-AVX2_-O3_-fomit-frame-pointer2019091220190910
276168818704 30720 054692 31608 1608mj32icc_-xCOMMON-AVX512_-O2_-fomit-frame-pointer2019091220190910
280527218704 30720 054164 31608 1608mj32icc_-xCOMMON-AVX512_-O3_-fomit-frame-pointer2019091220190910
285522212736 30720 046433 31576 1608mj32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
378199611013 30720 042097 31576 1608mj32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
43940029972 30720 039073 31568 1608mj32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
780605011252 30720 041417 31576 1608mj32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910

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