aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2018-08-17Ensure HAVE_FAST_FMA is set on AArch64Wilco Dijkstra
2018-08-08Improve sincosf commentsWilco Dijkstra
2018-07-30Don't build tanf rredf and funder by defaultSzabolcs Nagy
2018-07-10Remove float compare option from sincosfSzabolcs Nagy
2018-07-10Fix the documentation comments for log_inline in powSzabolcs Nagy
2018-07-04Fix namespace issues in sincosfWilco Dijkstra
2018-07-04Change the return type of converttoint and document the semanticsSzabolcs Nagy
2018-07-04More detailed documentation commentsSzabolcs Nagy
2018-07-03Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy
2018-06-29Add documentation comments to internal functionsSzabolcs Nagy
2018-06-29Fix GNU style issuesSzabolcs Nagy
2018-06-25Fix pow error boundSzabolcs Nagy
2018-06-22Fix gnu code style in pow.cSzabolcs Nagy
2018-06-22Improve pow implementationSzabolcs Nagy
2018-06-20Fix the type of sign_bias in powSzabolcs Nagy
2018-06-20Use int32_t in reduce_fast in sincosf.hWilco Dijkstra
2018-06-20Fix the sign of 0 in pow even with !WANT_ROUNDINGSzabolcs Nagy
2018-06-15Fix spurious underflow in exp without fmaSzabolcs 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-12Add pow to mathlib.hSzabolcs 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-05Add new double precision functions to mathlib.hSzabolcs Nagy
2018-06-05Fix the name of logSzabolcs Nagy
2018-06-04Add new log implementationSzabolcs Nagy
2018-06-04Add new exp and exp2 implementationsSzabolcs Nagy
2018-05-16Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-05-16Add likely and unlikely macros instead of __builtin_expectSzabolcs Nagy
2018-05-16Fix spurious divbyzero exception with clangSzabolcs Nagy
2018-05-16Fix __math_divzerof for 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-16Fix aliasing violations in old codeSzabolcs Nagy
2018-05-16Clean up roundtoint and converttointSzabolcs Nagy
2018-05-16Remove the ARM__ symbol prefixSzabolcs Nagy
2018-05-16Reorganize the math directory layoutSzabolcs Nagy
2018-05-16Remove the cmake build systemSzabolcs Nagy
2018-05-16Reformat the license headersSzabolcs Nagy
2018-03-19Remove (s|k)_(sin|cos|tan) routinesAlan Hayward
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
2015-11-19Initial release of Optimized RoutinesGeorge Lander