Skip to content
Snippets Groups Projects
Commit 0744d40d authored by wlott's avatar wlott
Browse files

Rewrote the ub-32 logcount vop. The new version uses an O(log2 32) algo.

resulting in 30 cycles (no branches).  The old version used an O(n) algo.
where n was the integer-length of the argument, resulting in somewhere
between 4 and 130 cycles.
parent 0021dd68
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