Implementation notes: armeabi, tonido, crypto_dh/curve25519

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_dh
Primitive: curve25519
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
13525572? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017080220170718
13525770? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017080220170718
13525986? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017080220170718
13526028? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017080220170718
13526172? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017080220170718
13526208? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017080220170718

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
curve25519.c: In file included from x86_32/mpfq_p_25519.h:10:0,
curve25519.c: from mpfq_p_25519.h:3,
curve25519.c: from curve25519.c:20:
curve25519.c: ./fixmp.h:15:10: fatal error: gmp-impl.h: No such file or directory
curve25519.c: #include <gmp-impl.h>
curve25519.c: ^~~~~~~~~~~~
curve25519.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 mpfq
gcc -funroll-loops -march=native -mtune=xscale -O3 mpfq
gcc -funroll-loops -march=native -mtune=xscale -Os mpfq
gcc -march=native -mtune=xscale -O2 mpfq
gcc -march=native -mtune=xscale -O3 mpfq
gcc -march=native -mtune=xscale -Os mpfq