Implementation notes: amd64, floodyberry, crypto_stream/ocelot2

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_stream
Primitive: ocelot2

Compiler output

Implementation: crypto_stream/ocelot2/ref
Compiler: clang++ -O1 -march=native -m64 -fomit-frame-pointer
stream.cpp: stream.cpp:12:18: error: use of undeclared identifier 'crypto_stream_ocelot1_ref_KEYBYTES'
stream.cpp: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^
stream.cpp: stream.cpp:29:18: error: use of undeclared identifier 'crypto_stream_ocelot1_ref_KEYBYTES'
stream.cpp: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^
stream.cpp: 2 errors generated.

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang++ -O1 -march=native -m64 -fomit-frame-pointer ref
clang++ -O3 -march=native -m64 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_stream/ocelot2/ref
Compiler: g++ -m64 -O2 -fomit-frame-pointer
stream.cpp: stream.cpp: In function 'int crypto_stream_ocelot2_ref(unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:12:18: error: 'crypto_stream_ocelot1_ref_KEYBYTES' was not declared in this scope
stream.cpp: stream.cpp: In function 'int crypto_stream_ocelot2_ref_xor(unsigned char*, const unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:29:18: error: 'crypto_stream_ocelot1_ref_KEYBYTES' was not declared in this scope

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

Compiler output

Implementation: crypto_stream/ocelot2/ref
Compiler: icpc -m64 -O1 -static -xHost -fomit-frame-pointer
stream.cpp: stream.cpp(12): error: identifier "crypto_stream_ocelot1_ref_KEYBYTES" is undefined
stream.cpp: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^
stream.cpp:
stream.cpp: stream.cpp(29): error: identifier "crypto_stream_ocelot1_ref_KEYBYTES" is undefined
stream.cpp: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^
stream.cpp:
stream.cpp: compilation aborted for stream.cpp (code 2)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icpc -m64 -O1 -static -xHost -fomit-frame-pointer ref
icpc -m64 -O3 -static -xHost -fomit-frame-pointer ref