[Clang][RISCV] Use `__builtin_popcount` in `__riscv_cpop_32/64` (#76286)
This patch replaces `__builtin_riscv_cpop_32/64` with `__builtin_popcount(ll)` because `__builtin_riscv_cpop_32/64` is not implemented in clang.
parent
e060392f
Please register or sign in to comment