Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e17a9e6 authored by Stephen Hines's avatar Stephen Hines
Browse files

Actually test fract(float).

Change-Id: I402c7ea43ea626f9748982919cb3753015df3da7
parent b2efa40b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -278,6 +278,7 @@ static bool test_fp_math(uint32_t index) {
    TEST_FN_FUNC_FN_F(fmin);
    TEST_FN_FUNC_FN_F(fmin);
    TEST_FN_FUNC_FN_FN(fmod);
    TEST_FN_FUNC_FN_FN(fmod);
    TEST_FN_FUNC_FN_PFN(fract);
    TEST_FN_FUNC_FN_PFN(fract);
    TEST_FN_FUNC_FN(fract);
    TEST_FN_FUNC_FN_PIN(frexp);
    TEST_FN_FUNC_FN_PIN(frexp);
    TEST_FN_FUNC_FN_FN(hypot);
    TEST_FN_FUNC_FN_FN(hypot);
    TEST_IN_FUNC_FN(ilogb);
    TEST_IN_FUNC_FN(ilogb);