Actually test fract(float).

Change-Id: I402c7ea43ea626f9748982919cb3753015df3da7
This commit is contained in:
Stephen Hines
2013-01-16 18:50:24 -08:00
parent b2efa40bc3
commit 4e17a9e671

View File

@@ -278,6 +278,7 @@ static bool test_fp_math(uint32_t index) {
TEST_FN_FUNC_FN_F(fmin);
TEST_FN_FUNC_FN_FN(fmod);
TEST_FN_FUNC_FN_PFN(fract);
TEST_FN_FUNC_FN(fract);
TEST_FN_FUNC_FN_PIN(frexp);
TEST_FN_FUNC_FN_FN(hypot);
TEST_IN_FUNC_FN(ilogb);