[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_dh Test results for armeabi, berry2, crypto_dh Test results for crypto_dh/ed521gsdh.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: ...
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |