Test results for amd64, h2atom, crypto_dh/ed521gs
[Page version: 20241020 18:47:50]
Measurements for amd64, h2atom, crypto_dh
Test results for amd64, h2atom, crypto_dh
Test results for crypto_dh/ed521gs
Computer: h2atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20240909
Operation: crypto_dh
Primitive: ed521gs
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
29019427 | 30356 0 0 | 50578 836 1728 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
29029494 | 28052 0 0 | 47066 836 1728 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
29050133 | 15597 0 0 | 32900 828 1728 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
29235326 | 23084 0 0 | 41098 836 1728 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
29972111 | 30244 0 0 | 50418 836 1728 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
30163498 | 11494 0 0 | 28925 812 1760 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
31367583 | 26426 0 0 | 48205 820 1792 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
31410049 | 19520 0 0 | 40117 820 1792 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
54753713 | 17549 0 0 | 37387 812 1792 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240713 | 20240625 |
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 (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |