Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary rounding mode checks and settings for RV32F
It was observed that the instructions feqs, flts, and fles are not affected by rounding modes in any way. Therefore, remove the unnecessary rounding mode checks and settings associated with these instructions. This optimization aims to avoid potential performance impacts caused by redundant operations related to rounding modes.
- Loading branch information