Implementation notes: amd64, hydra7, crypto_dh/ed521gs

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_dh
Primitive: ed521gs
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
486282326394 0 046583 820 1792T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
492432111474 0 028239 812 1760T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
496105117592 0 036463 820 1792T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
832960116677 0 035101 812 1792T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625

Compiler output


dh.c: dh.c: In function 'mul':
dh.c: dh.c:741:17: warning: unused variable 'm' [-Wunused-variable]
dh.c:   741 |         int i,j,m;
dh.c:       |                 ^
dh.c: dh.c:741:15: warning: unused variable 'j' [-Wunused-variable]
dh.c:   741 |         int i,j,m;
dh.c:       |               ^
dh.c: dh.c:740:34: warning: unused variable 'S' [-Wunused-variable]
dh.c:   740 |         ECp W[1+(1<<(WINDOW-1))],S[2],Q;
dh.c:       |                                  ^
dh.c: dh.c: In function 'crypto_dh_ed521gs_ref_timingleaks_keypair':
dh.c: dh.c:763:15: warning: unused variable 'x' [-Wunused-variable]
dh.c:   763 |         int i,x,w[PANES];
dh.c:       |               ^
dh.c: dh.c: In function 'crypto_dh_ed521gs_ref_timingleaks':
dh.c: dh.c:815:21: warning: unused variable 'sh' [-Wunused-variable]
dh.c:   815 |         signed char sh;
dh.c:       |                     ^~
dh.c: dh.c:814:15: warning: unused variable 'x' [-Wunused-variable]
dh.c:   814 |         int i,x,w[PANES];
dh.c:       |               ^
dh.c: At top level:
dh.c: dh.c:23:21: warning: 'bot52bits' defined but not used [-Wunused-const-variable=]
dh.c:    23 | static const type64 bot52bits = 0xfffffffffffff;
dh.c:       |                     ^~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)