You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to #486 these tests had RVTEST_ISA("RV32IFD_Zicsr,RV64IFD_Zicsr").
After the split this was changed to RVTEST_ISA("RV32IF_Zicsr,RV32IFD_Zicsr,RV64IF_Zicsr,RV64IFD_Zicsr,RV32EF_Zicsr,RV32EFD_Zicsr,RV64EF_Zicsr,RV64EFD_Zicsr").
The new value causes the following error because it is selected with only the F extension even though these are D instructions. Error: unrecognized opcode 'fmadd.d f31,f30,f29,f28,dyn', extension 'd' or 'zdinx' required
The text was updated successfully, but these errors were encountered:
Prior to #486 these tests had
RVTEST_ISA("RV32IFD_Zicsr,RV64IFD_Zicsr")
.After the split this was changed to
RVTEST_ISA("RV32IF_Zicsr,RV32IFD_Zicsr,RV64IF_Zicsr,RV64IFD_Zicsr,RV32EF_Zicsr,RV32EFD_Zicsr,RV64EF_Zicsr,RV64EFD_Zicsr")
.The new value causes the following error because it is selected with only the F extension even though these are D instructions.
Error: unrecognized opcode 'fmadd.d f31,f30,f29,f28,dyn', extension 'd' or 'zdinx' required
The text was updated successfully, but these errors were encountered: