Implementation notes: aarch64, a53, crypto_dh/curve25519

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: curve25519
TimeImplementationCompilerBenchmark dateSUPERCOP version
2082510refgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080220160731
2750760refgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080220160731
2751200refclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080220160731
2760000refgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080220160731
2772000refgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
curve25519.c: curve25519.c:18:10: fatal error: 'gmp.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=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments mpfq

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
curve25519.c: curve25519.c:18:17: fatal error: gmp.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=cortex-a53 -O2 -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv mpfq
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv mpfq