summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/MathUtilTest.cpp
AgeCommit message (Collapse)Author
2014-03-24MathUtilTest: add test for FlushToZeroTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras
The constants were one nibble too short and the lower 51 bits don't actually have to be zero.
2014-03-09Add more tests for Common and Core/MMIOPierre Bourdon