Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 3.49 KB

bit.md

File metadata and controls

58 lines (48 loc) · 3.49 KB

Header <bit> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Types
endian
Functions
bit_cast
byteswap
has_single_bit
bit_ceil
bit_floor
bit_width
rotl
rotr
countl_zero
countl_one
countr_zero
countr_one
popcount