Selects an instruction-set backend at runtime.
Declared in <folly/compression/Instructions.h>
enum class Type : int;
| Name | Description |
|---|---|
DEFAULT | The portable builtin backend. |
NEHALEM | The Nehalem backend using hardware POPCNT. |
HASWELL | The Haswell backend using BMI1/BMI2 instructions. |