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
Hi, I'm trying to build the compiler with --with-arch=rv32imcf, but I get the error. (Platform: pulpissimo)
I use the following code: void test_floating() { float i, j; i = 0.6; j = 0.7; j = j + i; }
Dump this to assembly code, I can't find floating point instruction.
Do I miss some configuration about this compiler or pulp-sdk?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build the compiler with --with-arch=rv32imcf, but I get the error. (Platform: pulpissimo)
I use the following code:
void test_floating() { float i, j; i = 0.6; j = 0.7; j = j + i; }
Dump this to assembly code, I can't find floating point instruction.
Do I miss some configuration about this compiler or pulp-sdk?
Thanks in advance.
The text was updated successfully, but these errors were encountered: