pz9115 / riscv-gcc

GNU General Public License v2.0
5 stars 4 forks source link

RISC-V: Disable fpr when using zfinx #6

Closed bluewww closed 3 years ago

bluewww commented 3 years ago

We are actually not disabling fprs. I saw this in programs that used so many integer registers that gcc tried using floating point registers.

pz9115 commented 3 years ago

Thank you for your review, I had fix it in my new commit, you can check it https://github.com/pz9115/riscv-gcc/commit/59a46c26195ae2f5afc39fa28f210167597460b4.

bluewww commented 3 years ago

fix in https://github.com/pz9115/riscv-gcc/commit/263adfc8a33aba9942dbca7e30a0c593340b1c44 and https://github.com/pz9115/riscv-gcc/commit/59a46c26195ae2f5afc39fa28f210167597460b4 so closing this