From: Szabolcs Nagy Date: Mon, 12 Aug 2013 19:57:42 +0000 (+0000) Subject: math: fenv status flag fixes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cda5e0484c98223a552580e79af378a6e6e83305;hp=cda5e0484c98223a552580e79af378a6e6e83305;p=libc-test math: fenv status flag fixes all flags are checked for tecorrectly rounded functions except inexact for fma all flags but inexact are tested for other functions fix pow(0,-inf) test case (should raise divbyzero, mpfr bug) add underflow related testcases ---