mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix parity bitwise operation implementation
This commit is contained in:
parent
3e4dd5de00
commit
057dec630c
3 changed files with 58 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
#ifndef SPROUT_BIT_CLZ_HPP
|
||||
#define SPROUT_BIT_CLZ_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <climits>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue