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
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
393984244 0 019237 392 1544T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
394009268 0 022049 400 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
394048668 0 021313 400 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
394099766 0 020809 400 1544T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
394226492 0 024130 428 1552T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909

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:
ImplementationCompiler
T:mpfqclang -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:
ImplementationCompiler
T:mpfqgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:mpfqgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:mpfqgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:mpfqgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)