fwsGonzo / libriscv

The fastest RISC-V sandbox
BSD 3-Clause "New" or "Revised" License
526 stars 46 forks source link

Add missing double type to vmcall fold #130

Closed fwsGonzo closed 4 months ago

fwsGonzo commented 4 months ago

This adds 64-bit floating point to vmcall argument list. Should have been done a long time ago, but I guess it was never used by anything until now. I don't particularly like 64-bit FP for gaming, but for long-distance location vectors it was necessary.