Implementation notes: aarch64, a53, crypto_hash/md2

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_hash
Primitive: md2

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
hash.c: hash.c:2:10: fatal error: 'openssl/md2.h' file not found
hash.c: #include gt;
hash.c: ^
hash.c: 1 error generated.

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

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
hash.c: hash.c:2:25: fatal error: openssl/md2.h: No such file or directory
hash.c: #include gt;
hash.c: ^
hash.c: compilation terminated.

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