Implementation notes: amd64, sliver, crypto_aead/lacv1

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: lacv1

Compiler output

Implementation: crypto_aead/lacv1/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: encrypt.c:4:10: fatal error: 'malloc.h' file not found
encrypt.c: #include gt;
encrypt.c: ^
encrypt.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_aead/lacv1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c:4:20: error: malloc.h: No such file or directory
encrypt.c: encrypt.c: In function 'crypto_aead_lacv1_ref_encrypt':
encrypt.c: encrypt.c:425: warning: incompatible implicit declaration of built-in function 'malloc'
encrypt.c: encrypt.c:439: warning: incompatible implicit declaration of built-in function 'malloc'
encrypt.c: encrypt.c:458: warning: incompatible implicit declaration of built-in function 'malloc'
encrypt.c: encrypt.c: In function 'crypto_aead_lacv1_ref_decrypt':
encrypt.c: encrypt.c:563: warning: incompatible implicit declaration of built-in function 'malloc'
encrypt.c: encrypt.c:582: warning: incompatible implicit declaration of built-in function 'malloc'

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