Unverified Commit d26791b0 authored by Yingwei Zheng's avatar Yingwei Zheng Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment