mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
This makes the existing popcount(uint32_t) implementation found in the RV32 emitter available to the rest of the codebase. This version of popcount will use intrinsic or builtin implementations if they are available, falling back to a generic implementation if that is not the case. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
15 KiB
15 KiB