Implementation notes: amd64, pluton1mn, crypto_aead/pi64cipher128v2

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: pi64cipher128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
62776goptvgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
65674goptvgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
65842goptvgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
114310goptvgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
161714ref2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
222992ref3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
246988ref3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
249844ref3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
312298ref3icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
322098ref3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
404432ref3icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
445998ref2icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
580860ref2icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
916468ref2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
928102ref2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
1023386ref2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Test failure

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