Test results for amd64, alder, crypto_dh/ed521gs
[Page version: 20241022 22:35:40]
Measurements for amd64, alder, crypto_dh
Test results for amd64, alder, crypto_dh
Test results for crypto_dh/ed521gs
Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20241022
Operation: crypto_dh
Primitive: ed521gs
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2416567 | 20878 0 0 | 43842 796 1816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2497701 | 17096 0 0 | 38050 796 1816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2571199 | 10939 0 0 | 29778 788 1784 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2598679 | 29623 0 0 | 51568 820 1784 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2667543 | 40087 0 0 | 61880 820 1752 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2698219 | 30279 0 0 | 52352 820 1784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2758170 | 12241 0 0 | 32054 812 1752 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
2774509 | 14527 0 0 | 33790 812 1752 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
4262326 | 16477 0 0 | 36912 788 1816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240717 | 20240716 |
Compiler output
dh.c: dh.c:740:27: warning: unused variable 'S' [-Wunused-variable]
dh.c: ECp W[1+(1<<(WINDOW-1))],S[2],Q;
dh.c: ^
dh.c: dh.c:741:8: warning: unused variable 'j' [-Wunused-variable]
dh.c: int i,j,m;
dh.c: ^
dh.c: dh.c:741:10: warning: unused variable 'm' [-Wunused-variable]
dh.c: int i,j,m;
dh.c: ^
dh.c: dh.c:763:8: warning: unused variable 'x' [-Wunused-variable]
dh.c: int i,x,w[PANES];
dh.c: ^
dh.c: dh.c:814:8: warning: unused variable 'x' [-Wunused-variable]
dh.c: int i,x,w[PANES];
dh.c: ^
dh.c: dh.c:815:14: warning: unused variable 'sh' [-Wunused-variable]
dh.c: signed char sh;
dh.c: ^
dh.c: dh.c:23:21: warning: unused variable 'bot52bits' [-Wunused-const-variable]
dh.c: static const type64 bot52bits = 0xfffffffffffff;
dh.c: ^
dh.c: 7 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
dh.c: dh.c: In function 'mul':
dh.c: dh.c:741:10: warning: unused variable 'm' [-Wunused-variable]
dh.c: 741 | int i,j,m;
dh.c: | ^
dh.c: dh.c:741:8: warning: unused variable 'j' [-Wunused-variable]
dh.c: 741 | int i,j,m;
dh.c: | ^
dh.c: dh.c:740:27: 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:8: 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:14: warning: unused variable 'sh' [-Wunused-variable]
dh.c: 815 | signed char sh;
dh.c: | ^~
dh.c: dh.c:814:8: 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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
dh.o add_1 T
dh.o add_2 T
dh.o copy T
dh.o double_1 T
dh.o double_2 T
dh.o double_3 T
dh.o fe_cmov T
dh.o gadd T
dh.o gcopy T
dh.o gdec T
dh.o ginv T
dh.o gmul T
dh.o gmul2 T
dh.o gmuli T
dh.o gsb2 T
dh.o gsqr T
dh.o gsqr2 T
dh.o gsub T
dh.o inf T
dh.o init T
dh.o mul T
dh.o neg T
dh.o norm T
dh.o precomp T
dh.o scr T
dh.o window T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |