Implementation notes: riscv64, hifiveunleashedriscv, crypto_stream/ocelot2

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: ocelot2

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
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; did you mean 'crypto_stream_ocelot2_ref_KEYBYTES'?
stream.cpp: 12 | Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stream.cpp: | crypto_stream_ocelot2_ref_KEYBYTES
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; did you mean 'crypto_stream_ocelot2_ref_KEYBYTES'?
stream.cpp: 29 | Ocelot2 prng(k, crypto_stream_ocelot1_ref_KEYBYTES, Ocelot2::OCELOTSize32);
stream.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stream.cpp: | crypto_stream_ocelot2_ref_KEYBYTES

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref