Implementation notes: aarch64, a53, crypto_sign/rwb0fuz1024

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

Compiler output

Implementation: crypto_sign/rwb0fuz1024/gmp
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
rwb0fuz1024.c: rwb0fuz1024.w:70:10: fatal error: 'gmp.h' file not found
rwb0fuz1024.c: #include gt;
rwb0fuz1024.c: ^
rwb0fuz1024.c: 1 error generated.

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

Compiler output

Implementation: crypto_sign/rwb0fuz1024/gmp
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
rwb0fuz1024.c: rwb0fuz1024.w:70:18: fatal error: gmp.h: No such file or directory
rwb0fuz1024.c: compilation terminated.

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