Implementation notes: amd64, pluton1mn, crypto_aead/pi16cipher096v2

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: pi16cipher096v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
666008ref2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
731080goptvgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
780052goptvgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
837942goptvgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
878374ref3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
905352ref3icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
915502ref3icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
968898ref3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
976514ref3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
1048824ref3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
1676668goptvgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
1847062ref2icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
1907234ref2icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
3423126ref2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
3459848ref2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
3579184ref2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Test failure

Implementation: crypto_aead/pi16cipher096v2/optimized_nonSSE
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
error 111
crypto_aead_encrypt returns more than crypto_aead_ABYTES extra bytes

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

Compiler output

Implementation: crypto_aead/pi16cipher096v2/goptv
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
pi-cipher.c: pi-cipher.c(289): error: vector operation not supported with these operand types
pi-cipher.c: n_t = ROTL(n_t, n_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(289): error: vector operation not supported with these operand types
pi-cipher.c: n_t = ROTL(n_t, n_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(308): error: vector operation not supported with these operand types
pi-cipher.c: m_t = ROTL(m_t, m_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(308): error: vector operation not supported with these operand types
pi-cipher.c: m_t = ROTL(m_t, m_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(359): error: vector operation not supported with these operand types
pi-cipher.c: m_t = ROTL(m_t, m_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(359): error: vector operation not supported with these operand types
pi-cipher.c: m_t = ROTL(m_t, m_rot);
pi-cipher.c: ^
pi-cipher.c:
pi-cipher.c: pi-cipher.c(361): error: vector operation not supported with these operand types
pi-cipher.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer goptv
icc -xMIC-AVX512 -O3 -fomit-frame-pointer goptv