Implementation notes: amd64, par, crypto_stream/ocelot2

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: ocelot2

Compiler output

Implementation: crypto_stream/ocelot2/ref
Compiler: g++ -funroll-loops -march=native -mcpu=native -O2
Counter.cpp: g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
Ocelot2.cpp: g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
stream.cpp: g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
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: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
stream.cpp: Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mcpu=native -O2 ref
g++ -funroll-loops -march=native -mcpu=native -O3 ref
g++ -funroll-loops -march=native -mcpu=native -Os ref
g++ -march=native -mcpu=native -O2 ref
g++ -march=native -mcpu=native -O3 ref
g++ -march=native -mcpu=native -Os ref