Implementation notes: riscv64, riscvunleashed000, crypto_encrypt/ledapkc3464

Computer: riscvunleashed000
Microarchitecture: riscv64; U54 (sifive,u54-mc)
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20240107
Operation: crypto_encrypt
Primitive: ledapkc3464

Compiler output

Implementation: T:portableopt
Security model: timingleaks
Compiler: clang -march=rv64imafdc -mtune=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
H_Q_matrices_generation.c: In file included from H_Q_matrices_generation.c:31:
H_Q_matrices_generation.c: In file included from ./H_Q_matrices_generation.h:34:
H_Q_matrices_generation.c: In file included from ./rng.h:76:
H_Q_matrices_generation.c: ./sha3.h:34:10: fatal error: 'libkeccak.a.headers/KeccakHash.h' file not found
H_Q_matrices_generation.c: #include <libkeccak.a.headers/KeccakHash.h>
H_Q_matrices_generation.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
H_Q_matrices_generation.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=rv64imafdc -mtune=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:portableopt
clang -march=rv64imafdc -mtune=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:portableopt
clang -march=rv64imafdc -mtune=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:portableopt
clang -march=rv64imafdc -mtune=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:portableopt
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:portableopt

Compiler output

Implementation: T:portableopt
Security model: timingleaks
Compiler: gcc -mcpu=sifive-u54 -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
H_Q_matrices_generation.c: In file included from rng.h:76,
H_Q_matrices_generation.c: from H_Q_matrices_generation.h:34,
H_Q_matrices_generation.c: from H_Q_matrices_generation.c:31:
H_Q_matrices_generation.c: sha3.h:34:10: fatal error: libkeccak.a.headers/KeccakHash.h: No such file or directory
H_Q_matrices_generation.c: 34 | #include <libkeccak.a.headers/KeccakHash.h>
H_Q_matrices_generation.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
H_Q_matrices_generation.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=sifive-u54 -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portableopt
gcc -mcpu=sifive-u54 -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portableopt
gcc -mcpu=sifive-u54 -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portableopt
gcc -mcpu=sifive-u54 -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portableopt