summaryrefslogtreecommitdiff
path: root/src/math/__math_invalidf.c
AgeCommit message (Collapse)AuthorLines
2019-04-17math: add single precision error handling functionsSzabolcs Nagy-0/+6
These are supposed to be used in tail call positions when handling special cases in new code. (fp exceptions may be raised "naturally" by the common code path if special casing is more effort.) This implements the error handling apis used in https://github.com/ARM-software/optimized-routines without errno setting.