-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the
vread_csr
/ vwrite_csr
intrinsics
These interfaces expose control to VSTART, VXSAT, VXRM, and VCSR. The intrinsics should not expose control to VSTART as the intrinsic exectutions assume it to be set to 0. Rounding mode (`vxrm`) control is now modeled in the floating-point intrinsics. We are planning to add exception handling intrinsics variants in the future, that allows users to accss VXSAT for their fixed-point instruction executions. Concluding these facts above, these interface is no longer needed. Signed-off-by: eop Chen <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters