Implementation notes: aarch64, a53, crypto_sign/hector

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_sign
Primitive: hector

Compiler output

Implementation: crypto_sign/hector/ref
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
common.c: In file included from common.c:7:
common.c: ./common.h:10:10: fatal error: 'gmp.h' file not found
common.c: #include gt;
common.c: ^
common.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_sign/hector/ref
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
common.c: In file included from common.c:7:0:
common.c: common.h:10:17: fatal error: gmp.h: No such file or directory
common.c: #include gt;
common.c: ^
common.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv ref
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv ref
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv ref
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv ref