format bits

This commit is contained in:
SchrodingerZhu
2020-03-08 22:33:23 +08:00
parent 65de3c41bc
commit 8077c66a8e

View File

@@ -1,7 +1,6 @@
#pragma once
#include <limits>
#include <stddef.h>
// #define USE_LZCNT
@@ -14,7 +13,7 @@
#include <cstdint>
#include <type_traits>
#if defined(_WIN32) && defined(__GNUC__)
#define USE_CLZLL
# define USE_CLZLL
#endif
#ifdef pause
# undef pause