dolphin/Source/UnitTests/Common
Lioncash 8d9221a71e MathUtilTest: Fix tests on MSVC - Document compiler bug
MSVC's implementation of numeric_limits currently generates incorrect
signaling NaNs. The resulting values are actually quiet NaNs instead.

This commit is based off of a solution by shuffle2. The only
difference is a template specialization for floats is also added
to cover all bases
2016-04-03 19:16:47 -04:00
..
BitFieldTest.cpp General: Replace GC_ALIGN macros with alignas 2015-09-06 12:53:51 -04:00
BitSetTest.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
BlockingLoopTest.cpp Unittests: Add BlockingLoopTest 2015-05-30 13:40:36 +02:00
BusyLoopTest.cpp Unittests: Add BlockingLoopTest 2015-05-30 13:40:36 +02:00
CMakeLists.txt Unittests: Add BlockingLoopTest 2015-05-30 13:40:36 +02:00
CommonFuncsTest.cpp CommonFuncs: Replace ArraySize define with constexpr equivalent 2015-09-03 23:47:14 -04:00
EventTest.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
FifoQueueTest.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
FixedSizeQueueTest.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
FlagTest.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
MathUtilTest.cpp MathUtilTest: Fix tests on MSVC - Document compiler bug 2016-04-03 19:16:47 -04:00
x64EmitterTest.cpp x64Emitter: add MOVSLDUP/MOVSHDUP 2015-08-06 10:39:43 +02:00