Test results for armeabi, tinker, crypto_dh/nistp256
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_dh
Test results for armeabi, tinker, crypto_dh
Test results for crypto_dh/nistp256
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_dh
Primitive: nistp256
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
7238794 | 58 0 0 | 24713 31120 1544 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
7238993 | 56 0 0 | 25649 31120 1552 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
7241910 | 38 0 0 | 22773 31112 1544 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
7247475 | 56 0 0 | 24913 31120 1552 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
7264480 | 76 0 0 | 27650 31148 1552 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
Compiler output
curve.c: In file included from curve.c:3:
curve.c: ./fep256.h:1:9: error: unknown type name '__uint128_t'
curve.c: typedef __uint128_t uint128_t;
curve.c: ^
curve.c: curve.c:256:7: warning: unused variable 'k' [-Wunused-variable]
curve.c: int k;
curve.c: ^
curve.c: 1 warning and 1 error generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:wbl | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
curve.c: In file included from curve.c:3:
curve.c: fep256.h:1:9: error: unknown type name ‘__uint128_t’
curve.c: 1 | typedef __uint128_t uint128_t;
curve.c: | ^~~~~~~~~~~
curve.c: curve.c: In function ‘p256dblmult_base’:
curve.c: curve.c:256:7: warning: unused variable ‘k’ [-Wunused-variable]
curve.c: 256 | int k;
curve.c: | ^
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:wbl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:wbl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:wbl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:wbl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |