Clang format
This commit is contained in:
committed by
Matthew Parkinson
parent
3adfe00f51
commit
234c0e2e8e
@@ -73,7 +73,7 @@ namespace snmalloc
|
||||
|
||||
return BITS - index - 1;
|
||||
# endif
|
||||
#else
|
||||
#else
|
||||
if constexpr (std::is_same_v<unsigned long, std::size_t>)
|
||||
{
|
||||
return static_cast<size_t>(__builtin_clzl(x));
|
||||
|
||||
Reference in New Issue
Block a user