aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2.cc
AgeCommit message (Expand)AuthorFilesLines
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely1-132/+0
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely1-6/+26
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely1-12/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely1-0/+8
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely1-0/+108