Test results for armeabi, berry2, crypto_dh/ed521gs

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_dh Test results for armeabi, berry2, crypto_dh Test results for crypto_dh/ed521gs
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_dh
Primitive: ed521gs

Compiler output


dh.c: dh.c:19:9: error: '__int128' is not supported on this target
dh.c:    19 | typedef __int128 type128;
dh.c:       |         ^~~~~~~~
dh.c: dh.c: In function 'gmuli':
dh.c: dh.c:160:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   160 |  t=(type128)w[1]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:163:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   163 |  t=(type128)w[2]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:166:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   166 |  t=(type128)w[3]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:169:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   169 |  t=(type128)w[4]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:172:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   172 |  t=(type128)w[5]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:175:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   175 |  t=(type128)w[6]*i+(t>>58);
dh.c:       |                      ^~
dh.c: dh.c:178:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   178 |  t=(type128)w[7]*i+(t>>58);
dh.c:       |                      ^~
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)