Implementation notes: ppc32, nintendowiilinuxngx, crypto_dh/curve25519

Computer: nintendowiilinuxngx
Architecture: ppc32
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_dh
Primitive: curve25519
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
17418936140 0 026773 700 1516refgcc_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010820191221
17436840184 0 029061 708 1516refgcc_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010820191221
17436996184 0 031925 708 1516refgcc_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010820191221
17449296180 0 028517 704 1516refgcc_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010820191221

Compiler output

Implementation: mpfq
Security model: unknown
Compiler: gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
curve25519.c: curve25519.c:18:17: fatal error: gmp.h: No such file or directory
curve25519.c: #include <gmp.h>
curve25519.c: ^
curve25519.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE mpfq
gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE mpfq
gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE mpfq
gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE mpfq