aboutsummaryrefslogtreecommitdiff
path: root/math/math_config.h
AgeCommit message (Expand)Author
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2020-11-13math: add scalar erfPierre Blanchard
2020-10-29math: add scalar erff.Pierre Blanchard
2020-02-27math: Improve comments, disable errno handling by defaultWilco Dijkstra
2019-11-06math: fix missing attributes warningsSzabolcs Nagy
2019-11-06math: fix unused variable warningsSzabolcs Nagy
2019-11-06math: move definitions in internal headerSzabolcs Nagy
2018-11-22Relicence the project under the MIT LicenseSzabolcs Nagy
2018-08-17Ensure HAVE_FAST_FMA is set on AArch64Wilco Dijkstra
2018-07-04Change the return type of converttoint and document the semanticsSzabolcs Nagy
2018-06-29Add documentation comments to internal functionsSzabolcs Nagy
2018-06-29Fix GNU style issuesSzabolcs Nagy
2018-06-22Improve pow implementationSzabolcs Nagy
2018-06-15Fix the opt_barrier_ function prototypesSzabolcs Nagy
2018-06-13Fix floating-point exceptions with clangSzabolcs Nagy
2018-06-12Add _finite symbol aliases for better glibc compatibilitySzabolcs Nagy
2018-06-12More portable default setting for HAVE_FAST_FMASzabolcs Nagy
2018-06-11Add new pow implementationSzabolcs Nagy
2018-06-06Add new log2 implementationSzabolcs Nagy
2018-06-04Add new log implementationSzabolcs Nagy
2018-06-04Add new exp and exp2 implementationsSzabolcs Nagy
2018-05-16Add likely and unlikely macros instead of __builtin_expectSzabolcs 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-16Clean up roundtoint and converttointSzabolcs Nagy
2018-05-16Remove the ARM__ symbol prefixSzabolcs Nagy
2018-05-16Reformat the license headersSzabolcs Nagy
2017-09-28Fix __logf_data.poly array sizeSzabolcs Nagy
2017-09-28Add code to handle non-IEEE-754-2008 SNaNSzabolcs Nagy
2017-09-28Fix code style in math_config.h and make data symbols HIDDENSzabolcs Nagy
2017-08-11Add new expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy