Test results for armeabi, tinker, crypto_dh/ed521gs
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_dh
Test results for armeabi, tinker, crypto_dh
Test results for crypto_dh/ed521gs
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_dh
Primitive: ed521gs
Compiler output
dh.c: dh.c:19:9: error: __int128 is not supported on this target
dh.c: typedef __int128 type128;
dh.c: ^
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: 6 warnings and 1 error generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
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:29: 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:29: 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:29: 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:29: 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:29: 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:29: 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:29: 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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |