Implementation notes: amd64, sliver, crypto_sign/lattisigns512

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

Test failure

Implementation: crypto_sign/lattisigns512/avx
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
error 111

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

Compiler output

Implementation: crypto_sign/lattisigns512/avx
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /tmp/try-anything-194ac2.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_sign/lattisigns512/avx
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
ntt_transform.c: ntt_transform.c:9:23: error: immintrin.h: No such file or directory
ntt_transform.c: ntt_transform.c: In function 'ntt_transform':
ntt_transform.c: ntt_transform.c:24: error: '__m256d' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:24: error: (Each undeclared identifier is reported only once
ntt_transform.c: ntt_transform.c:24: error: for each function it appears in.)
ntt_transform.c: ntt_transform.c:24: error: expected ';' before 'vt'
ntt_transform.c: ntt_transform.c:25: error: expected ';' before 'vx0'
ntt_transform.c: ntt_transform.c:27: error: 'vpinv' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:28: error: 'vp' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:32: error: 'vo10' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:33: error: 'vo20' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:34: error: 'neg2' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:35: error: 'neg4' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:41: error: 'vx0' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:42: error: 'vt' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:45: error: 'vx1' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:50: error: 'vc' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:84: error: 'vo0' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:86: error: 'vo11' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:102: error: 'vx3' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:108: error: 'vx2' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:114: error: 'vx5' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:120: error: 'vx4' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:126: error: 'vx7' undeclared (first use in this function)
ntt_transform.c: ntt_transform.c:132: error: 'vx6' undeclared (first use in this function)
ntt_transform.c: ...

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