Implementation notes: aarch64, renegaderocrk3328cc, crypto_hash/md2

Computer: renegaderocrk3328cc
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20191221
Operation: crypto_hash
Primitive: md2

Compiler output

Implementation: openssl
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: hash.c:7:3: warning: implicit declaration of function 'MD2' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: MD2(in,inlen,out);
hash.c: ^
hash.c: 1 warning generated.
try.c: /usr/bin/ld: crypto_hash_md2.a(hash.o): in function `crypto_hash_md2_openssl':
try.c: hash.c:(.text+0x...): undefined reference to `MD2'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: openssl
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: hash.c: In function 'crypto_hash_md2_openssl':
hash.c: hash.c:7:3: warning: implicit declaration of function 'MD2' [-Wimplicit-function-declaration]
hash.c: MD2(in,inlen,out);
hash.c: ^~~
try.c: /usr/bin/ld: crypto_hash_md2.a(hash.o): in function `crypto_hash_md2_openssl':
try.c: hash.c:(.text+0x...): undefined reference to `MD2'
try.c: collect2: error: ld returned 1 exit status

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