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