Implementation notes: riscv64, hifiveunleashedriscv, crypto_core/multsntrup761

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_core
Primitive: multsntrup761
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7076334984 0 09165 728 752refgcc_-march=rv64gc_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
7081536648 0 07326 720 752refgcc_-march=rv64gc_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
7127400536 0 06790 704 752refgcc_-march=rv64gc_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221
8000699582 0 07124 720 752refgcc_-march=rv64gc_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019123020191221

Compiler output

Implementation: round1
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mult.c: mult.c:2:10: fatal error: immintrin.h: No such file or directory
mult.c: 2 | #include <immintrin.h>
mult.c: | ^~~~~~~~~~~~~
mult.c: compilation terminated.

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