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
Add rv_popcount() for efficient population count operations
Introduce the rv_popcount() function to compute the population count
(number of set bits) in a 32-bit integer. This function is a
prerequisite for implementing the cpop instruction in the RISC-V Zbb
extension.
0 commit comments