Test results for amd64, nucnuc, crypto_dh/nist521gs

[Page version: 20240922 13:29:56]

Measurements for amd64, nucnuc, crypto_dh Test results for amd64, nucnuc, crypto_dh Test results for crypto_dh/nist521gs
Computer: nucnuc
Microarchitecture: amd64; Airmont (406c3)
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20240909
Operation: crypto_dh
Primitive: nist521gs
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1725567710450 0 827610 788 1784T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2053293822222 0 842602 796 1816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2055359015280 0 834506 796 1816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2077913627113 0 846184 820 1720T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2082713128889 0 849640 820 1720T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2088099313413 0 830854 812 1720T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2105732211801 0 829854 812 1720T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2144766129105 0 849456 820 1720T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070620240625
2582146114224 0 832888 788 1816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070620240625

Compiler output


dh.c: dh.c:792:8: warning: unused variable 'k' [-Wunused-variable]
dh.c:         int i,k,j,m;
dh.c:               ^
dh.c: dh.c:792:10: warning: unused variable 'j' [-Wunused-variable]
dh.c:         int i,k,j,m;
dh.c:                 ^
dh.c: dh.c:792:12: warning: unused variable 'm' [-Wunused-variable]
dh.c:         int i,k,j,m;
dh.c:                   ^
dh.c: dh.c:793:6: warning: unused variable 'tsc' [-Wunused-variable]
dh.c:         int tsc,tmc;
dh.c:             ^
dh.c: dh.c:793:10: warning: unused variable 'tmc' [-Wunused-variable]
dh.c:         int tsc,tmc;
dh.c:                 ^
dh.c: dh.c:794:25: warning: unused variable 'S' [-Wunused-variable]
dh.c:         ECp W[(1<<(WINDOW-1))],S[2],Q;
dh.c:                                ^
dh.c: dh.c:823:8: warning: unused variable 'x' [-Wunused-variable]
dh.c:         int i,x,w[PANES];
dh.c:               ^
dh.c: dh.c:876:8: warning: unused variable 'x' [-Wunused-variable]
dh.c:         int i,x,w[PANES];
dh.c:               ^
dh.c: dh.c:877:14: warning: unused variable 'sh' [-Wunused-variable]
dh.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -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:794:25: warning: unused variable 'S' [-Wunused-variable]
dh.c:   794 |  ECp W[(1<<(WINDOW-1))],S[2],Q;
dh.c:       |                         ^
dh.c: dh.c:793:10: warning: unused variable 'tmc' [-Wunused-variable]
dh.c:   793 |  int tsc,tmc;
dh.c:       |          ^~~
dh.c: dh.c:793:6: warning: unused variable 'tsc' [-Wunused-variable]
dh.c:   793 |  int tsc,tmc;
dh.c:       |      ^~~
dh.c: dh.c:792:12: warning: unused variable 'm' [-Wunused-variable]
dh.c:   792 |  int i,k,j,m;
dh.c:       |            ^
dh.c: dh.c:792:10: warning: unused variable 'j' [-Wunused-variable]
dh.c:   792 |  int i,k,j,m;
dh.c:       |          ^
dh.c: dh.c:792:8: warning: unused variable 'k' [-Wunused-variable]
dh.c:   792 |  int i,k,j,m;
dh.c:       |        ^
dh.c: dh.c: In function 'crypto_dh_nist521gs_ref_timingleaks_keypair':
dh.c: dh.c:823:8: warning: unused variable 'x' [-Wunused-variable]
dh.c:   823 |  int i,x,w[PANES];
dh.c:       |        ^
dh.c: dh.c: In function 'crypto_dh_nist521gs_ref_timingleaks':
dh.c: dh.c:877:14: warning: unused variable 'sh' [-Wunused-variable]
dh.c: ...

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