Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 1 Jul 2019 23:00:32 +0000 (23:00 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 1 Jul 2019 23:00:32 +0000 (23:00 +0000)
commita5c3485a583951c78332c03cc140387d3567a8a7
tree0ab5719f2c10303da2875ac5ffd6aa372488c785
parentd72163947a531249d2b3cc0a95154cc9d43b2d46
Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262

llvm-svn: 364862
14 files changed:
libcxx/include/bit
libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bit.pow.two/floor2.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp [new file with mode: 0644]