pub static bitarithm_MultiplyDeBruijnBitPosition: [u8; 32]
Expand description

@private

@brief Lookup table for a fast CLS / LSB implementations.

This is not supposed to be public, and should be declared extern const in the two functions which use it – but that causes transpiler issues, so it is declared here as a workaround. (Once that issue is resolved and part of CI, this line will be removed again).