Implementation notes: amd64, pluton1mn, crypto_aead/pi32cipher256v2

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: pi32cipher256v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
100394goptvgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
115178goptvgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
117194goptvgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
197596goptvgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
335062ref2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
393862ref3icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
399616ref3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
445424ref3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
451682ref3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
462112ref3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
501116ref3icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
713636ref2icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
822388ref2icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
1768536ref2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
1779932ref2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
1844066ref2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Test failure

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