You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I noticed that type ee_f32 is defined as double in core_portme.h, but double represents 64bits in both rv32 and rv64 per riscv-spec: https://riscv.org/wp-content/uploads/2015/01/riscv-calling.pdf.
Could you help me understand why the definition is like this? Thank you 🤓
Hello, I noticed that
type ee_f32
is defined asdouble
incore_portme.h
, butdouble
represents 64bits in both rv32 and rv64 per riscv-spec: https://riscv.org/wp-content/uploads/2015/01/riscv-calling.pdf.Could you help me understand why the definition is like this? Thank you 🤓
coremark/barebones/core_portme.h
Line 90 in eefc986
The text was updated successfully, but these errors were encountered: