Implementation notes: armeabi, pi2, crypto_dh/curve25519

Computer: pi2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: curve25519
TimeImplementationCompilerBenchmark dateSUPERCOP version
3739883refclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080620160731
3743883refgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016080620160731
3746158refgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016080620160731
3772797refgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016080620160731
3870856refgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
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: ./fixmp.h:15:10: fatal error: 'gmp-impl.h' file not found
curve25519.c: #include gt;
curve25519.c: ^
curve25519.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments mpfq

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
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:22: fatal error: gmp-impl.h: No such file or directory
curve25519.c: #include gt;
curve25519.c: ^
curve25519.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv mpfq