https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116152
Johannes Feldmann <j.feldmann at rptu dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |j.feldmann at rptu dot de
--- Comment #6 from Johannes Feldmann <j.feldmann at rptu dot de> ---
We would like to express support for improving RV64E support in GCC.
In our research group, we are actively using RV64E for Post-Quantum
Cryptography implementations. Although RV64E is often viewed as a niche
profile, it provides an interesting performance-to-area tradeoff to investigate
for hardware accelerators and embedded cryptographic processors, where reducing
register file size significantly lowers silicon cost while maintaining a 64-bit
datapath.
Having robust compiler support for RV64E would greatly benefit research and
industrial prototyping in this area, enabling better design space exploration
for hardware/software co-designs.
We therefore would really like to see continued work on resolving this issue
and improving RV64E support within GCC.