1. 1925b74 math: Improve comments, disable errno handling by default by Wilco Dijkstra · 4 years, 8 months ago q-7-07
  2. 2c6c240 math: fix missing attributes warnings by Szabolcs Nagy · 5 years ago
  3. 17cd8af math: fix unused variable warnings by Szabolcs Nagy · 5 years ago
  4. 9e6e14e math: move definitions in internal header by Szabolcs Nagy · 5 years ago
  5. 11253b0 Relicence the project under the MIT License by Szabolcs Nagy · 6 years ago
  6. 5175759 Ensure HAVE_FAST_FMA is set on AArch64 by Wilco Dijkstra · 6 years ago
  7. dd178df Change the return type of converttoint and document the semantics by Szabolcs Nagy · 6 years ago
  8. 58ce45c Add documentation comments to internal functions by Szabolcs Nagy · 6 years ago
  9. 5e83891 Fix GNU style issues by Szabolcs Nagy · 6 years ago
  10. a623032 Improve pow implementation by Szabolcs Nagy · 6 years ago
  11. f671740 Fix the opt_barrier_ function prototypes by Szabolcs Nagy · 6 years ago
  12. 5fa69e1 Fix floating-point exceptions with clang by Szabolcs Nagy · 6 years ago
  13. b7d568d Add _finite symbol aliases for better glibc compatibility by Szabolcs Nagy · 6 years ago
  14. d7494f2 More portable default setting for HAVE_FAST_FMA by Szabolcs Nagy · 6 years ago
  15. ed0ecff Add new pow implementation by Szabolcs Nagy · 6 years ago
  16. d69e504 Add new log2 implementation by Szabolcs Nagy · 6 years ago
  17. 56091b7 Add new log implementation by Szabolcs Nagy · 6 years ago
  18. 872aa77 Add new exp and exp2 implementations by Szabolcs Nagy · 6 years ago
  19. b21378a Add likely and unlikely macros instead of __builtin_expect by Szabolcs Nagy · 6 years ago
  20. 5eb9d19 Add force_eval_ and eval_as_ helper functions by Szabolcs Nagy · 6 years ago
  21. c65db17 Use fixed 32bit sign argument to error functions by Szabolcs Nagy · 6 years ago
  22. 39b0191 Clean up roundtoint and converttoint by Szabolcs Nagy · 6 years ago
  23. 0d51c04 Remove the ARM__ symbol prefix by Szabolcs Nagy · 6 years ago
  24. 1b94597 Reformat the license headers by Szabolcs Nagy · 6 years ago
  25. e353e49 Fix __logf_data.poly array size by Szabolcs Nagy · 7 years ago
  26. 6f846e1 Add code to handle non-IEEE-754-2008 SNaN by Szabolcs Nagy · 7 years ago
  27. 97599cd Fix code style in math_config.h and make data symbols HIDDEN by Szabolcs Nagy · 7 years ago
  28. 86067a7 Add new expf, exp2f, logf, log2f and powf implementations by Szabolcs Nagy · 7 years ago