Skip to content

Commit 3ba2277

Browse files
committed
libm/test: Add powf test case
This glibc test case fails on powf Signed-off-by: Keith Packard <[email protected]>
1 parent f668e88 commit 3ba2277

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

newlib/libm/test/pow_vec.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
#include "test.h"
3636
one_line_type pow_vec[] = {
3737

38+
/* x 1.021918654441833 y 4092.023193359375 result is 3.4027371058175e38 */
39+
{64, 0,123,__LINE__, 0x47efffca, 0xa6b471f3, 0x3ff059c7, 0x60000000, 0x40aff80b, 0xe0000000},
40+
3841
#ifdef __mcffpu__
3942
#define SKIP_SNAN_CHECKS
4043
#endif

0 commit comments

Comments
 (0)