Test results for armeabi, tinker, crypto_dh/curve25519
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_dh
Test results for armeabi, tinker, crypto_dh
Test results for crypto_dh/curve25519
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_dh
Primitive: curve25519
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3939842 | 44 0 0 | 19237 392 1544 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
3940092 | 68 0 0 | 22049 400 1552 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
3940486 | 68 0 0 | 21313 400 1552 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
3940997 | 66 0 0 | 20809 400 1544 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
3942264 | 92 0 0 | 24130 428 1552 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
Compiler output
curve25519.c: In file included from curve25519.c:20:
curve25519.c: In file included from ./mpfq_p_25519.h:3:
curve25519.c: In file included from ./x86_32/mpfq_p_25519.h:10:
curve25519.c: In file included from ./fixmp.h:281:
curve25519.c: ./fixmp_longlong.h:2527:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2539:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2551:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2563:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2575:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2587:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ./fixmp_longlong.h:2599:7: warning: unused variable 'i' [-Wunused-variable]
curve25519.c: int i;
curve25519.c: ^
curve25519.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:mpfq | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
curve25519.c: In file included from ./fixmp.h:281,
curve25519.c: from x86_32/mpfq_p_25519.h:10,
curve25519.c: from mpfq_p_25519.h:3,
curve25519.c: from curve25519.c:20:
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_1’:
curve25519.c: ./fixmp_longlong.h:2527:7: warning: unused variable ‘i’ [-Wunused-variable]
curve25519.c: 2527 | int i;
curve25519.c: | ^
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_2’:
curve25519.c: ./fixmp_longlong.h:2539:7: warning: unused variable ‘i’ [-Wunused-variable]
curve25519.c: 2539 | int i;
curve25519.c: | ^
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_3’:
curve25519.c: ./fixmp_longlong.h:2551:7: warning: unused variable ‘i’ [-Wunused-variable]
curve25519.c: 2551 | int i;
curve25519.c: | ^
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_4’:
curve25519.c: ./fixmp_longlong.h:2563:7: warning: unused variable ‘i’ [-Wunused-variable]
curve25519.c: 2563 | int i;
curve25519.c: | ^
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_5’:
curve25519.c: ./fixmp_longlong.h:2575:7: warning: unused variable ‘i’ [-Wunused-variable]
curve25519.c: 2575 | int i;
curve25519.c: | ^
curve25519.c: ./fixmp_longlong.h: In function ‘mgy_decode_6’:
curve25519.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:mpfq | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:mpfq | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:mpfq | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:mpfq | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |