summaryrefslogtreecommitdiff
path: root/386/include/ape/math.h
AgeCommit message (Collapse)Author
2021-01-01ape: unify math.h copiesOri Bernstein
/$objtype/include/ape/math.h contained an almost identical copy of math.h for each architecture. The only difference between them architectures was that some had an incorrect version of isinf defined. This change picks one of the versions of math.h with a correct definition, moves it to /sys/include, and removes the redundant versions.
2021-01-02ape: add missing isnan() and isinf() macros for 386 (thanks Jonas)cinap_lenrek
2018-05-24ape: floating point improvements (thanks spew)aiju
2011-03-30more stuffcinap_lenrek