dolphin/Source/UnitTests/Common
JosJuice 454537d53e Replace BitUtils with C++20: RotateLeft/RotateRight
Now that we've flipped the C++20 switch, let's start making use of
the nice new <bit> header.

I'm planning on handling this move away from BitUtils.h incrementally
in a series of PRs. There may be a few functions remaining in
BitUtils.h by the end that C++20 doesn't have any equivalents for.
2022-12-11 08:59:18 +01:00
..
Crypto
BitFieldTest.cpp
BitSetTest.cpp
BitUtilsTest.cpp Replace BitUtils with C++20: RotateLeft/RotateRight 2022-12-11 08:59:18 +01:00
BlockingLoopTest.cpp
BusyLoopTest.cpp
CMakeLists.txt
CommonFuncsTest.cpp
EnumFormatterTest.cpp
EventTest.cpp
FileUtilTest.cpp
FixedSizeQueueTest.cpp
FlagTest.cpp
FloatUtilsTest.cpp
MathUtilTest.cpp
NandPathsTest.cpp
SPSCQueueTest.cpp
StringUtilTest.cpp
SwapTest.cpp
x64EmitterTest.cpp