riscv-collab / riscv-openjdk

GNU General Public License v2.0
23 stars 11 forks source link

improve float compare and float branch #5

Closed evemerak closed 3 years ago

evemerak commented 3 years ago

Improve float_compare and float_branch functions. These functions use too many instructions to check NaN, there is a easy way to check.

feilongjiang commented 3 years ago

Closed as PR #6 was merged.