Implementation notes: amd64, waldorf, crypto_sign/sflashv2

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

Compiler output

Implementation: crypto_sign/sflashv2/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
lib_flash.c: lib_flash.c:4:10: fatal error: 'crypto_hash_sha1.h' file not found
lib_flash.c: #include "crypto_hash_sha1.h"
lib_flash.c: ^
lib_flash.c: 1 error generated.

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

Compiler output

Implementation: crypto_sign/sflashv2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
lib_flash.c: lib_flash.c:4:30: fatal error: crypto_hash_sha1.h: No such file or directory
lib_flash.c: #include "crypto_hash_sha1.h"
lib_flash.c: ^
lib_flash.c: compilation terminated.

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