1. 33ba190 math: Add more ulp tests by Szabolcs Nagy · 4 years, 5 months ago
  2. a807c9b math: add vector pow by Szabolcs Nagy · 4 years, 5 months ago
  3. 2771bc7 math: fix spurious overflow in pow with clang by Szabolcs Nagy · 4 years, 5 months ago
  4. 1fd2aaa Build system refactoring by Szabolcs Nagy · 4 years, 7 months ago
  5. 1f3b163 math: add WANT_VMATH feature macro by Szabolcs Nagy · 4 years, 7 months ago
  6. 675721a math: allow errno setting even if !(math_errhandling&MATH_ERRNO) by Szabolcs Nagy · 4 years, 7 months ago
  7. 80922e8 math: fix unused function warnings in mathbench.c by Szabolcs Nagy · 4 years, 7 months ago
  8. 2c6c240 math: fix missing attributes warnings by Szabolcs Nagy · 4 years, 7 months ago
  9. 17cd8af math: fix unused variable warnings by Szabolcs Nagy · 4 years, 7 months ago
  10. 9e6e14e math: move definitions in internal header by Szabolcs Nagy · 4 years, 7 months ago
  11. 69170e1 Add vector exp2f by Szabolcs Nagy · 4 years, 8 months ago
  12. 65464ec math: fix runulp.sh by Szabolcs Nagy · 4 years, 7 months ago
  13. 3d7ecfe fix the build of s_powf.o on non-aarch64 targets by Szabolcs Nagy · 4 years, 8 months ago
  14. d984098 Add vector log by Szabolcs Nagy · 4 years, 10 months ago
  15. a2f717e Add vector sin and cos by Szabolcs Nagy · 4 years, 10 months ago
  16. ba75d0a Add vector powf by Szabolcs Nagy · 4 years, 10 months ago
  17. c5cba85 Add vector sinf and cosf by Szabolcs Nagy · 4 years, 10 months ago
  18. c280e49 Add vector logf by Szabolcs Nagy · 4 years, 10 months ago
  19. 7a1f4cf Add vector exp, expf and related vector math support code by Szabolcs Nagy · 5 years ago
  20. a88f3f6 math: more robust mathbench_libc by Szabolcs Nagy · 4 years, 8 months ago
  21. 0a51e64 math: update the plot script by Szabolcs Nagy · 4 years, 8 months ago
  22. 6046338 Prevent fenv access breaking optimizations of the ulp tool by Szabolcs Nagy · 4 years, 8 months ago
  23. ef987d3 Support running the math tests without fenv checks by Szabolcs Nagy · 4 years, 8 months ago
  24. 0705df1 Support separate CFLAGS per subproject by Szabolcs Nagy · 4 years, 9 months ago
  25. 8dcd063 fix exit status of ulp and runulp.sh by Szabolcs Nagy · 4 years, 8 months ago
  26. 614d783 fix mathtest lineno accounting by Szabolcs Nagy · 4 years, 8 months ago
  27. db49c4b fix the exit status of mathtest on failure by Szabolcs Nagy · 4 years, 8 months ago
  28. f934c86 math: add long double symbols when long double is same as double by Szabolcs Nagy · 4 years, 10 months ago
  29. 4b041b3 math: fix duplicated declaration in mathlib.h by Szabolcs Nagy · 4 years, 10 months ago
  30. 78f01a5 Do not return failure if MPFR is not supported by Adhemerval Zanella · 4 years, 11 months ago
  31. d8114c3 Add ULP error plot script by Szabolcs Nagy · 5 years ago
  32. 0af9fce Reorganize the directory layout by Szabolcs Nagy · 5 years ago
  33. 4f408e7 Remove math/single and rem_pio2 by Szabolcs Nagy · 5 years ago
  34. c7a7deb __ieee754_rem_pio2: store 32 more bits of 2/pi by Simon Tatham · 5 years ago
  35. 6e60567 Change the powf overflow handling by Szabolcs Nagy · 6 years ago
  36. 04884bd More consistent excess precision handling by Szabolcs Nagy · 6 years ago
  37. 75b8d8c Fix powf overflow handling in non-nearest rounding mode by Szabolcs Nagy · 6 years ago
  38. 11253b0 Relicence the project under the MIT License by Szabolcs Nagy · 6 years ago
  39. e875f40 Fix the documentation comment of checkint by Szabolcs Nagy · 6 years ago
  40. 71d2728 Document the log table generation method by Szabolcs Nagy · 6 years ago
  41. 5175759 Ensure HAVE_FAST_FMA is set on AArch64 by Wilco Dijkstra · 6 years ago
  42. b2fc989 Improve sincosf comments by Wilco Dijkstra · 6 years ago
  43. 41ed0e6 Don't build tanf rredf and funder by default by Szabolcs Nagy · 6 years ago
  44. fce0997 Remove float compare option from sincosf by Szabolcs Nagy · 6 years ago
  45. ae8bc7d Fix the documentation comments for log_inline in pow by Szabolcs Nagy · 6 years ago
  46. 3262ef2 Fix namespace issues in sincosf by Wilco Dijkstra · 6 years ago
  47. dd178df Change the return type of converttoint and document the semantics by Szabolcs Nagy · 6 years ago
  48. bc4b901 More detailed documentation comments by Szabolcs Nagy · 6 years ago
  49. 2105bad Fix large ulp error in pow without fma very near 1.0 by Szabolcs Nagy · 6 years ago
  50. 58ce45c Add documentation comments to internal functions by Szabolcs Nagy · 6 years ago
  51. 5e83891 Fix GNU style issues by Szabolcs Nagy · 6 years ago
  52. 5049bfa Fix pow error bound by Szabolcs Nagy · 6 years ago
  53. 76fd080 Fix gnu code style in pow.c by Szabolcs Nagy · 6 years ago
  54. a623032 Improve pow implementation by Szabolcs Nagy · 6 years ago
  55. db6e4e9 Fix the type of sign_bias in pow by Szabolcs Nagy · 6 years ago
  56. f3af42d Use int32_t in reduce_fast in sincosf.h by Wilco Dijkstra · 6 years ago
  57. e00696a Fix the sign of 0 in pow even with !WANT_ROUNDING by Szabolcs Nagy · 6 years ago
  58. 2117b83 Fix spurious underflow in exp without fma by Szabolcs Nagy · 6 years ago
  59. f671740 Fix the opt_barrier_ function prototypes by Szabolcs Nagy · 6 years ago
  60. 5fa69e1 Fix floating-point exceptions with clang by Szabolcs Nagy · 6 years ago
  61. b7d568d Add _finite symbol aliases for better glibc compatibility by Szabolcs Nagy · 6 years ago
  62. 875334a Add pow to mathlib.h by Szabolcs Nagy · 6 years ago
  63. d7494f2 More portable default setting for HAVE_FAST_FMA by Szabolcs Nagy · 6 years ago
  64. ed0ecff Add new pow implementation by Szabolcs Nagy · 6 years ago
  65. d69e504 Add new log2 implementation by Szabolcs Nagy · 6 years ago
  66. a7711a3 Add new double precision functions to mathlib.h by Szabolcs Nagy · 6 years ago
  67. cdd9a49 Fix the name of log by Szabolcs Nagy · 6 years ago
  68. 56091b7 Add new log implementation by Szabolcs Nagy · 6 years ago
  69. 872aa77 Add new exp and exp2 implementations by Szabolcs Nagy · 6 years ago
  70. 269dc16 Improve performance of sinf/cosf/sincosf by Wilco Dijkstra · 6 years ago
  71. b21378a Add likely and unlikely macros instead of __builtin_expect by Szabolcs Nagy · 6 years ago
  72. 6c4401c Fix spurious divbyzero exception with clang by Szabolcs Nagy · 6 years ago
  73. c1adc91 Fix __math_divzerof for clang by Szabolcs Nagy · 6 years ago
  74. 5eb9d19 Add force_eval_ and eval_as_ helper functions by Szabolcs Nagy · 6 years ago
  75. c65db17 Use fixed 32bit sign argument to error functions by Szabolcs Nagy · 6 years ago
  76. 2f2d687 Fix aliasing violations in old code by Szabolcs Nagy · 6 years ago
  77. 39b0191 Clean up roundtoint and converttoint by Szabolcs Nagy · 6 years ago
  78. 0d51c04 Remove the ARM__ symbol prefix by Szabolcs Nagy · 6 years ago
  79. 6752e61 Reorganize the math directory layout by Szabolcs Nagy · 6 years ago
  80. 20b2da9 Remove the cmake build system by Szabolcs Nagy · 6 years ago
  81. 1b94597 Reformat the license headers by Szabolcs Nagy · 6 years ago
  82. 9670931 Remove (s|k)_(sin|cos|tan) routines by Alan Hayward · 6 years ago
  83. e353e49 Fix __logf_data.poly array size by Szabolcs Nagy · 7 years ago
  84. 6f846e1 Add code to handle non-IEEE-754-2008 SNaN by Szabolcs Nagy · 7 years ago
  85. 97599cd Fix code style in math_config.h and make data symbols HIDDEN by Szabolcs Nagy · 7 years ago
  86. 86067a7 Add new expf, exp2f, logf, log2f and powf implementations by Szabolcs Nagy · 7 years ago
  87. da55ef9 Initial release of Optimized Routines by George Lander · 9 years ago