aboutsummaryrefslogtreecommitdiff
path: root/math/powf.c
AgeCommit message (Expand)Author
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2019-07-18Remove math/single and rem_pio2Szabolcs Nagy
2018-12-10Change the powf overflow handlingSzabolcs Nagy
2018-12-07More consistent excess precision handlingSzabolcs Nagy
2018-12-07Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy
2018-11-22Relicence the project under the MIT LicenseSzabolcs Nagy
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy
2018-06-13Fix floating-point exceptions with clangSzabolcs Nagy
2018-06-12Add _finite symbol aliases for better glibc compatibilitySzabolcs Nagy
2018-05-16Add likely and unlikely macros instead of __builtin_expectSzabolcs Nagy
2018-05-16Fix spurious divbyzero exception with clangSzabolcs Nagy
2018-05-16Add force_eval_ and eval_as_ helper functionsSzabolcs Nagy
2018-05-16Use fixed 32bit sign argument to error functionsSzabolcs Nagy
2018-05-16Remove the ARM__ symbol prefixSzabolcs Nagy
2018-05-16Reorganize the math directory layoutSzabolcs Nagy