Implementation notes: amd64, pluton1mn, crypto_stream/sosemanuk

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: sosemanuk
TimeImplementationCompilerBenchmark dateSUPERCOP version
7770e/submissions/sosemanukicc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
7868e/submissions/sosemanukicc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
9170e/submissions/sosemanukgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
9184e/submissions/sosemanukgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
10024e/submissions/sosemanukgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
11690e/submissions/sosemanukgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_stream/sosemanuk/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.cpp: stream.cpp:1:32: fatal error: cryptopp/sosemanuk.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

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

Compiler output

Implementation: crypto_stream/sosemanuk/cryptopp
Compiler: icpc -xMIC-AVX512 -O2 -fomit-frame-pointer
stream.cpp: stream.cpp(1): catastrophic error: cannot open source file "cryptopp/sosemanuk.h"
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp:
stream.cpp: compilation aborted for stream.cpp (code 4)

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