aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/fenv/feholdexcept.c
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill1-0/+70
The default implementation of the fenv.h methods return -EOPNOTSUP. Some of these have implementations appropriate for soft-float. The intention of the new fenv.h is that it be portable and that architectures provide their own implementation of sys/fenv.h.