#pragma once #ifdef _MSC_VER #include <intrin.h> #endif #include <stdint.h> inline static uint32_t bit_length(uint32_t n) { … }
#pragma once #ifdef _MSC_VER #include <intrin.h> #endif #include <stdint.h> inline static uint32_t bit_length(uint32_t n) { … }