Implementation notes: ppc64, powermacg5, crypto_stream/ocelot2

Computer: powermacg5
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_stream
Primitive: ocelot2

Compiler output

Implementation: crypto_stream/ocelot2/ref
Compiler: g++ -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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: 3, namely:
CompilerImplementations
g++ -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref