1. eee443f Build the library and the tests. am: c2e01833f0 am: 29a6baa086 by Elliott Hughes · 7 years ago
  2. 29a6baa Build the library and the tests. am: c2e01833f0 by Elliott Hughes · 7 years ago
  3. c2e0183 Build the library and the tests. by Elliott Hughes · 7 years ago
  4. 3a50b3f Add Android metadata. am: d4b3f738e6 am: 3985f9a74a am: 94b705f9fc by Elliott Hughes · 7 years ago
  5. 94b705f Add Android metadata. am: d4b3f738e6 am: 3985f9a74a by Elliott Hughes · 7 years ago
  6. 3985f9a Add Android metadata. am: d4b3f738e6 by Elliott Hughes · 7 years ago
  7. d4b3f73 Add Android metadata. by Elliott Hughes · 7 years ago
  8. 0660c62 Initial import. am: 71d7895f6e am: aa3570f5bd am: db88089cb1 by Elliott Hughes · 7 years ago
  9. db88089 Initial import. am: 71d7895f6e am: aa3570f5bd by Elliott Hughes · 7 years ago
  10. aa3570f Initial import. am: 71d7895f6e by Elliott Hughes · 7 years ago
  11. 71d7895 Initial import. by Elliott Hughes · 7 years ago
  12. 29a9605 Initial empty repository by Inna Palant · 7 years ago
  13. fce0997 Remove float compare option from sincosf by Szabolcs Nagy · 7 years ago
  14. ae8bc7d Fix the documentation comments for log_inline in pow by Szabolcs Nagy · 7 years ago
  15. 3262ef2 Fix namespace issues in sincosf by Wilco Dijkstra · 7 years ago
  16. dd178df Change the return type of converttoint and document the semantics by Szabolcs Nagy · 7 years ago
  17. bc4b901 More detailed documentation comments by Szabolcs Nagy · 7 years ago
  18. 2105bad Fix large ulp error in pow without fma very near 1.0 by Szabolcs Nagy · 7 years ago
  19. 58ce45c Add documentation comments to internal functions by Szabolcs Nagy · 7 years ago
  20. 5e83891 Fix GNU style issues by Szabolcs Nagy · 7 years ago
  21. 4aa9216 Add exp trace by Szabolcs Nagy · 7 years ago
  22. 5049bfa Fix pow error bound by Szabolcs Nagy · 7 years ago
  23. 76fd080 Fix gnu code style in pow.c by Szabolcs Nagy · 7 years ago
  24. a623032 Improve pow implementation by Szabolcs Nagy · 7 years ago
  25. db6e4e9 Fix the type of sign_bias in pow by Szabolcs Nagy · 7 years ago
  26. 942b212 Add trace for sinf/cosf/sincosf by Wilco Dijkstra · 7 years ago
  27. 2127ba7 Improve trace support by Wilco Dijkstra · 7 years ago
  28. f3af42d Use int32_t in reduce_fast in sincosf.h by Wilco Dijkstra · 7 years ago
  29. e00696a Fix the sign of 0 in pow even with !WANT_ROUNDING by Szabolcs Nagy · 7 years ago
  30. 2117b83 Fix spurious underflow in exp without fma by Szabolcs Nagy · 7 years ago
  31. f671740 Fix the opt_barrier_ function prototypes by Szabolcs Nagy · 7 years ago
  32. 9159cf2 Add trace support to mathbench by Szabolcs Nagy · 7 years ago
  33. 5fa69e1 Fix floating-point exceptions with clang by Szabolcs Nagy · 7 years ago
  34. 21f6356 Always compile mathtest with -fmath-errno by Szabolcs Nagy · 7 years ago
  35. b7d568d Add _finite symbol aliases for better glibc compatibility by Szabolcs Nagy · 7 years ago
  36. 875334a Add pow to mathlib.h by Szabolcs Nagy · 7 years ago
  37. d7494f2 More portable default setting for HAVE_FAST_FMA by Szabolcs Nagy · 7 years ago
  38. 764b4bf Add benchmark code by Szabolcs Nagy · 7 years ago
  39. ed0ecff Add new pow implementation by Szabolcs Nagy · 7 years ago
  40. f79ee89 Remove sin, cos, tan random testing by Szabolcs Nagy · 7 years ago
  41. d69e504 Add new log2 implementation by Szabolcs Nagy · 7 years ago
  42. a7711a3 Add new double precision functions to mathlib.h by Szabolcs Nagy · 7 years ago
  43. cdd9a49 Fix the name of log by Szabolcs Nagy · 7 years ago
  44. 56091b7 Add new log implementation by Szabolcs Nagy · 7 years ago
  45. e08890a Use stricter error bound in tests by Szabolcs Nagy · 7 years ago
  46. 872aa77 Add new exp and exp2 implementations by Szabolcs Nagy · 7 years ago
  47. 5dd369f Add simple sincosf test support by Szabolcs Nagy · 7 years ago
  48. 269dc16 Improve performance of sinf/cosf/sincosf by Wilco Dijkstra · 7 years ago
  49. 16e2a57 Remove accidentally added file by Szabolcs Nagy · 7 years ago
  50. b21378a Add likely and unlikely macros instead of __builtin_expect by Szabolcs Nagy · 7 years ago
  51. 6c4401c Fix spurious divbyzero exception with clang by Szabolcs Nagy · 7 years ago
  52. c1adc91 Fix __math_divzerof for clang by Szabolcs Nagy · 7 years ago
  53. 5eb9d19 Add force_eval_ and eval_as_ helper functions by Szabolcs Nagy · 7 years ago
  54. c65db17 Use fixed 32bit sign argument to error functions by Szabolcs Nagy · 7 years ago
  55. 2f2d687 Fix aliasing violations in old code by Szabolcs Nagy · 7 years ago
  56. 39b0191 Clean up roundtoint and converttoint by Szabolcs Nagy · 7 years ago
  57. 0d51c04 Remove the ARM__ symbol prefix by Szabolcs Nagy · 7 years ago
  58. 5056a59 Minor portability and warning fixes in the existing test code by Szabolcs Nagy · 7 years ago
  59. 6752e61 Reorganize the math directory layout by Szabolcs Nagy · 7 years ago
  60. 20b2da9 Remove the cmake build system by Szabolcs Nagy · 7 years ago
  61. 7889228 Add GNU make based build system by Szabolcs Nagy · 7 years ago
  62. 1b94597 Reformat the license headers by Szabolcs Nagy · 7 years ago
  63. 9670931 Remove (s|k)_(sin|cos|tan) routines by Alan Hayward · 7 years ago
  64. e353e49 Fix __logf_data.poly array size by Szabolcs Nagy · 8 years ago
  65. 6f846e1 Add code to handle non-IEEE-754-2008 SNaN by Szabolcs Nagy · 8 years ago
  66. 97599cd Fix code style in math_config.h and make data symbols HIDDEN by Szabolcs Nagy · 8 years ago
  67. 86067a7 Add new expf, exp2f, logf, log2f and powf implementations by Szabolcs Nagy · 8 years ago
  68. da55ef9 Initial release of Optimized Routines by George Lander · 10 years ago