Implementation notes: amd64, pluton1mn, crypto_aead/pi32cipher128v2

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: pi32cipher128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
100044goptvgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
114674goptvgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
116648goptvgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
198114goptvgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
334950ref2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
390362ref3icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
398132ref3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
446642ref3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
451556ref3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
461412ref3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
501508ref3icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
713888ref2icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
829962ref2icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
1767766ref2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
1789956ref2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
1873438ref2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Test failure

Implementation: crypto_aead/pi32cipher128v2/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/pi32cipher128v2/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