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
As discussed during the review of the XCVbitmanip patch, the custom builtins are very similar to the standard RISC-V bitmanip builtins. The custom builtins should be merged with the standard builtins before upstreaming. This is similar to what was done for XCVbi.
Instructions to be changed:
bclr
bset
ff1
fl1
clb
cnt
ror
bitrev
The text was updated successfully, but these errors were encountered:
As discussed during the review of the XCVbitmanip patch, the custom builtins are very similar to the standard RISC-V bitmanip builtins. The custom builtins should be merged with the standard builtins before upstreaming. This is similar to what was done for XCVbi.
Instructions to be changed:
The text was updated successfully, but these errors were encountered: