about summary refs log tree commit diff
path: root/src/math/__math_uflowf.c
Commit message (Collapse)AuthorAgeFilesLines
* math: add single precision error handling functionsSzabolcs Nagy2019-04-171-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.