BitMagic-C++
Static Public Attributes
bm::lzcnt_table< T > Struct Template Reference

Structure for LZCNT constants (4-bit) More...

#include <bmconst.h>

Static Public Attributes

static unsigned char const _lut [16]
  More...
 

Detailed Description

template<bool T>
struct bm::lzcnt_table< T >

Structure for LZCNT constants (4-bit)

Definition at line 329 of file bmconst.h.

Field Documentation

◆ _lut

template<bool T>
const unsigned char bm::lzcnt_table< T >::_lut
static
Initial value:
=
{
32U, 31U, 30U, 30U, 29U, 29U, 29U, 29U,
28U, 28U, 28U, 28U, 28U, 28U, 28U, 28U
}

Definition at line 331 of file bmconst.h.


The documentation for this struct was generated from the following file: