mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-17 16:56:48 -04:00
Indent
This commit is contained in:
parent
c634a5bf2b
commit
f6cffb5eeb
2
format.h
2
format.h
@ -58,7 +58,7 @@ inline uint32_t clz(uint32_t x) {
|
|||||||
# define FMT_BUILTIN_CLZ(n) fmt::internal::clz(n)
|
# define FMT_BUILTIN_CLZ(n) fmt::internal::clz(n)
|
||||||
|
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
# pragma intrinsic(_BitScanReverse64)
|
# pragma intrinsic(_BitScanReverse64)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
inline uint32_t clzll(uint64_t x) {
|
inline uint32_t clzll(uint64_t x) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user