Implementation notes: amd64, floodyberry, crypto_hash/md2

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: md2

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: clang -O1 -march=native -m64 -fomit-frame-pointer
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: 2, namely:
CompilerImplementations
clang -O1 -march=native -m64 -fomit-frame-pointer openssl
clang -O3 -march=native -m64 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: gcc -m64 -O2 -fomit-frame-pointer
hash.c: hash.c:2:25: fatal error: openssl/md2.h: No such file or directory
hash.c: compilation terminated.

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

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: icc -m64 -O1 -static -xHost -fomit-frame-pointer
hash.c: hash.c(2): catastrophic error: cannot open source file "openssl/md2.h"
hash.c: #include gt;
hash.c: ^
hash.c:
hash.c: compilation aborted for hash.c (code 4)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -m64 -O1 -static -xHost -fomit-frame-pointer openssl
icc -m64 -O3 -static -xHost -fomit-frame-pointer openssl