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?