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
I am trying to perform a simple pow function for doubles, within the kernel code, that involves floating-point multiplication. However, I get the following error at boot time: scause=0x2 sepc=0x80001cf8 stval=0xcb507
From what I know riscv supports floating-point calculations, but I still get the scause=0x2 (Illegal Instruction Exception from what I have searched).
The text was updated successfully, but these errors were encountered:
I am trying to perform a simple pow function for doubles, within the kernel code, that involves floating-point multiplication. However, I get the following error at boot time:
scause=0x2 sepc=0x80001cf8 stval=0xcb507
From what I know riscv supports floating-point calculations, but I still get the scause=0x2 (
Illegal Instruction Exception
from what I have searched).The text was updated successfully, but these errors were encountered: