Skip to content

Commit

Permalink
dont write fcsr for test w/ fp
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer authored Oct 18, 2024
1 parent 20200cc commit e52c74e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env/ps/riscv_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
li a0, (MSTATUS_VS & (MSTATUS_VS >> 1)) | \
(MSTATUS_FS & (MSTATUS_FS >> 1)); \
csrs mstatus, a0; \
csrwi fcsr, 0; \
csrwi vcsr, 0;

#define RISCV_MULTICORE_DISABLE \
Expand Down

0 comments on commit e52c74e

Please sign in to comment.