Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | ape: sync flaot.h macros with u.h | Ori Bernstein | |
The float.h macros got out of sync with u.h, some of them missing and some of them being incorrect. This change brings them back in line. | |||
2021-01-01 | ape: unify math.h copies | Ori 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. | |||
2020-03-22 | add va_copy macro, conforming to c99 7.15.1.2 | Ori Bernstein | |
2018-05-24 | ape: floating point improvements (thanks spew) | aiju | |
2011-03-30 | continue... | cinap_lenrek | |