You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These depends on ASSERT_GE and EXPECT_GE in {ASSERT,EXPECT}_FP_EXCEPTION. Using RoundingMode with the quick rounding mode tests ends up setting exceptions, so after switching these to {ASSERT,EXPECT}_EQ, these tests are failing and need to be changed to wrap the function invocation and not the entire RoundingMode test setup.