Implementation notes: amd64, waldorf, crypto_sign/sphincs256

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_sign
Primitive: sphincs256

Compiler output

Implementation: crypto_sign/sphincs256/avx2
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
hash.c: hash.c:8:10: fatal error: 'openssl/sha.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 -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments avx2 ref

Compiler output

Implementation: crypto_sign/sphincs256/avx2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hash.c: hash.c:8:25: fatal error: openssl/sha.h: No such file or directory
hash.c: #include gt;
hash.c: ^
hash.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv avx2 ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv avx2 ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv avx2 ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv avx2 ref