You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/numerics/bit
Marshall Clow fb20aaa0a0 Implement most of P1612R1: Relocate endian. Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366776 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
bit.endian Implement most of P1612R1: Relocate endian. Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that 6 years ago
bit.pow.two Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262 6 years ago
bitops.count Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262 6 years ago
bitops.rot Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262 6 years ago
nothing_to_do.pass.cpp Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262 6 years ago