Commit 95c7069
committed
Enable the full RV64G in the hardware targets.
Technically, this gives GCC license to emit floating-point instructions.
We're fine with this for now, because we currently _do_ context-switch
floating-point registers in the kernel.
This un-breaks the build on those platforms -- it was previously broken
because the assembler would refuse to emit a floating-point load/store
that wasn't permitted by the -march value.
Signed-off-by: Amy Ringo <me@remexre.com>1 parent c2d66a9 commit 95c7069
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
0 commit comments