Test results for armeabi, bblack, crypto_dh/ed521gs

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_dh Test results for armeabi, bblack, crypto_dh Test results for crypto_dh/ed521gs
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
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: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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: In function 'gmuli':
dh.c: dh.c:160:22: warning: right shift count >= width of type [-Wshift-count-overflow]
dh.c:   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:   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:   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:   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:   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:   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:   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 (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)