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
In ./isa/rv64uzbs/bseti.S, bset is used in instructions rather than bseti, which triggers "Illegal Instruction" in my cross-compiler when compiling. Is this a typo in the code, or is it only caused by a certain compiler?
The text was updated successfully, but these errors were encountered:
bset with an immediate argument is a pseudoinstruction for bseti. The test is correct as-is. The most likely explanation is that you don't have the Zbs extension enabled.
In ./isa/rv64uzbs/bseti.S, bset is used in instructions rather than bseti, which triggers "Illegal Instruction" in my cross-compiler when compiling. Is this a typo in the code, or is it only caused by a certain compiler?
The text was updated successfully, but these errors were encountered: