Skip to content
Snippets Groups Projects
Commit 1a403d1d authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Create and use asm/arch_hweight.h


Some MIPS ISA processor varients can do hweight operations
efficiently.

Split arch_hweight.h into a seperate file, and implement the
operations with __builtin_popcount{,ll} if supported.

Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Cc: David Daney <ddaney@caviumnetworks.com>
Patchwork: https://patchwork.linux-mips.org/patch/1430/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent d16f7093
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment