Implementation notes: riscv64, hifiveunleashedriscv, crypto_stream/sosemanuk

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: sosemanuk
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3415715293 2240 01374413 149344 13784cryptoppg++_-march=rv64gc_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
342456915 2880 01366398 149984 13784cryptoppg++_-march=rv64gc_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
3427315293 2240 01372901 149344 13784cryptoppg++_-march=rv64gc_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
3439314298 2240 01371840 149352 13784cryptoppg++_-march=rv64gc_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221

Compiler output

Implementation: e/submissions/sosemanuk
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
sosemanuk.c: In file included from sosemanuk.c:2:
sosemanuk.c: e/sosemanuk.c: In function 'sosemanuk_internal':
sosemanuk.c: e/sosemanuk.c:848:6: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^~~~~~~~~~~~~~
sosemanuk.c: e/sosemanuk.c:959:2: note: in expansion of macro 'SRD'
sosemanuk.c: 959 | SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: | ^~~
try.c: /usr/bin/ld: crypto_stream_sosemanuk.a(sosemanuk.o): in function `.L5':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_sosemanuk.a(sosemanuk.o): in function `.L9':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/sosemanuk
gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/sosemanuk
gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/sosemanuk

Compiler output

Implementation: e/submissions/sosemanuk
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
sosemanuk.c: In file included from sosemanuk.c:2:
sosemanuk.c: e/sosemanuk.c: In function 'sosemanuk_internal':
sosemanuk.c: e/sosemanuk.c:848:6: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^~~~~~~~~~~~~~
sosemanuk.c: e/sosemanuk.c:959:2: note: in expansion of macro 'SRD'
sosemanuk.c: 959 | SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: | ^~~
try.c: /usr/bin/ld: crypto_stream_sosemanuk.a(sosemanuk.o): in function `.L0 ':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/sosemanuk