1. d7c6443 Don't run the math tests for routines we're not using. am: 9f2a00e8c8 by Elliott Hughes · 8 months ago main master
  2. 9f2a00e Don't run the math tests for routines we're not using. by Elliott Hughes · 8 months ago
  3. 466e8e8 Upgrade ARM-software/optimized-routines to v25.01 am: 341f5475c4 by Elliott Hughes · 8 months ago
  4. 341f547 Upgrade ARM-software/optimized-routines to v25.01 by Elliott Hughes · 8 months ago
  5. 3752b98 v25.01 release by Pierre Blanchard · 8 months ago
  6. 75e6215 networking: Fix make install. by Pierre Blanchard · 9 months ago
  7. 79decc2 Update README by Pierre Blanchard · 9 months ago
  8. 080801d math/aarch64/sve: more updates in exps. by Pierre Blanchard · 9 months ago
  9. 2238b31 math/aarch64/sve: Corrected comment in sv_expf_inline.h by Claudio Martino · 9 months ago
  10. 60ffae2 math/aarch64/sve: Improve codegen for pow by Yat Long Poon · 9 months ago
  11. 28ec061 math/aarch64/sve: Improve codegen for powf by Yat Long Poon · 9 months ago
  12. 40974f7 math/aarch64/sve: Improve codegen in exp and users. by Luna Lamb · 9 months ago
  13. 3e3d392 math/aarch64/sve: Improve codegen for asinh. by Luna Lamb · 9 months ago
  14. fa4654d math/aarch64/sve: Improve codegen for sincospif by Joana Cruz · 9 months ago
  15. a365caa string: Improve SVE memset by Wilco Dijkstra · 9 months ago
  16. 21c5784 bench: Avoid indirect calls in memcpy by Wilco Dijkstra · 9 months ago
  17. fc1c316 bench: Avoid indirect calls in strlen by Wilco Dijkstra · 9 months ago
  18. 9540bf7 math: Remove sve-math-cflags variable by Joe Ramsay · 9 months ago
  19. e2785b1 math: Remove WANT_SIMD_TESTS by Joe Ramsay · 9 months ago
  20. 6c74650 math: Add vector annotations to mathlib.h by Joe Ramsay · 9 months ago
  21. 1017271 math/aarch64: Improve codegen for SVE erfcf by Yat Long Poon · 9 months ago
  22. 71e3640 string: Cleanup defines by Wilco Dijkstra · 9 months ago
  23. 316ccb3 string: move SVE functions into experimental directory by Wilco Dijkstra · 9 months ago
  24. f6fd56b bench: Avoid indirect calls in benchmarks by Wilco Dijkstra · 9 months ago
  25. 10de479 string: Fix 32-bit Arm build by Wilco Dijkstra · 9 months ago
  26. bb0538d Update list of maintainers. by Pierre Blanchard · 9 months ago
  27. 58ac7f2 Add janitors to the OWNERS file am: 937d32db61 by Sadaf Ebrahimi · 9 months ago
  28. 4e6c2da math: Add unmangled names for trigpis if experimental math enabled by Joe Ramsay · 9 months ago
  29. 991f5ea math: Raise minimum GCC version by Joe Ramsay · 9 months ago
  30. 937d32d Add janitors to the OWNERS file by Sadaf Ebrahimi · 9 months ago
  31. 9a2e719 math: Do not copy math-tools headers by Joe Ramsay · 9 months ago
  32. 81ac58f math: Fix powi test line by Joe Ramsay · 9 months ago
  33. 78cd003 math/aarch64/sve: Improve codegen expm1f and users. by Luna Lamb · 9 months ago
  34. 98f48ed math, pl/math: Remove PL completely by Joe Ramsay · 9 months ago
  35. aed553c math, pl/math: Move all experimental scalar routines to math by Joe Ramsay · 9 months ago
  36. 95cd10b math, pl/math: Move low-accuracy scalar erfs to math by Joe Ramsay · 9 months ago
  37. d77ed82 math, pl/math: Add erfinv and powi in math by Joe Ramsay · 9 months ago
  38. ec48195 math, pl/math: Move funcs with non-standard signature to math by Joe Ramsay · 9 months ago
  39. a386525 math/aarch64/sve: Improve codegen for log1pf and users by Yat Long Poon · 9 months ago
  40. e4a99aa math/aarch64/sve: Update log max ULP error by Yat Long Poon · 9 months ago
  41. 41e5ae5 string: Remove ILP32 defines by Wilco Dijkstra · 9 months ago
  42. f6c190e math: Improve exp10 data layout by Wilco Dijkstra · 9 months ago
  43. ce53bb5 math/aarch64/sve: Improve codegen in tans. by Luna Lamb · 9 months ago
  44. 6ed9529 math, pl/math: Move tanpi to math by Joe Ramsay · 9 months ago
  45. c3114f1 math, pl/math: Move sinpi, cospi, sincospi to math by Joe Ramsay · 9 months ago
  46. 747e0e1 math/aarch64/advsimd: Improve codegen for coshf by Joana Cruz · 9 months ago
  47. 7668501 math/aarch64/advsimd: Improve codegen for exp10f by Joana Cruz · 9 months ago
  48. 6c6e552 math/aarch64/advsimd: Improve codegen for exp2f and exp2f_1u by Joana Cruz · 9 months ago
  49. c154f23 math/aarch64/advsimd: Improve codegen for expf and expf_1u by Joana Cruz · 9 months ago
  50. d99d93f math/aarch64/sve: Improve codegen for logs by Yat Long Poon · 9 months ago
  51. ec4e493 math: fix mathbench on Windows. by Pierre Blanchard · 10 months ago
  52. 81f7270 math/aarch64/advsimd: Improve codegen of asinh. by Luna Lamb · 10 months ago
  53. 6d27564 math/aarch64/advsimd: update tanh ulp threshold and max error. by Pierre Blanchard · 10 months ago
  54. 733739c math/aarch64/advsimd: optimize pow by Pierre Blanchard · 10 months ago
  55. 3902778 math/aarch64/advsimd: Improve codegen for atan2f by Joana Cruz · 10 months ago
  56. cae99f1 math/aarch64/advsimd: Improve codegen for atan2 by Joana Cruz · 10 months ago
  57. a135ce2 string: Fix SVE build by Wilco Dijkstra · 10 months ago
  58. 8c08642 pl/math/aarch64/sve: port AdvSIMD tanpi to SVE by Luna Lamb · 10 months ago
  59. 24d7d8a math: Replace $(S) with $(math-src-dir) by Joe Ramsay · 10 months ago
  60. eeeb22a pl/math/aarch64/advsimd: implement tanpi by Pierre Blanchard · 10 months ago
  61. df9ec2e math/aarch64/advsimd: Improve codegen for log2f by Joana Cruz · 10 months ago
  62. 44be610 math/aarch64/advsimd: Improve codegen for log10f by Joana Cruz · 10 months ago
  63. 675ea95 math/aarch64/advsimd: Improve codegen for logf by Joana Cruz · 10 months ago
  64. e8860f8 math/aarch64: Adjust error threshold for expm1 and log. by Pierre Blanchard · 10 months ago
  65. 098d998 pl/math/aarch64/sve: port tanpif AdvSIMD to SVE. by Luna Lamb · 10 months ago
  66. bb745e2 math/aarch64/advsimd: Adjust error threshold for sinh by Pierre Blanchard · 11 months ago
  67. 02f8a9d math/aarch64/advsimd: optimize logs by Pierre Blanchard · 11 months ago
  68. 53145b5 pl/math: Improve codegen for Neon asin by Joana Cruz · 11 months ago
  69. c507e7a pl/math: Improve codegen for Neon atan by Joana Cruz · 11 months ago
  70. 0a6ab6d math, pl/math: Reorganise vector routines by Joe Ramsay · 11 months ago
  71. 23ab6e3 math, pl/math: Move vector cbrts to math by Joe Ramsay · 11 months ago
  72. e9c20fb math, pl/math: Rename data symbols to avoid conflicts with libc by Joe Ramsay · 11 months ago
  73. ca0bfe5 math, pl/math: Move vector erf/erfc variants to math by Joe Ramsay · 11 months ago
  74. c0136f1 math, pl/math: Move scalar log10f to math by Joe Ramsay · 11 months ago
  75. 2623409 math, pl/math: Move vector cosh to math/ by Joe Ramsay · 11 months ago
  76. 3dfd4d2 math, pl/math: Move remaining log and exp variants to math by Joe Ramsay · 11 months ago
  77. 34cc402 math, pl/math: Move log-related routines to math by Joe Ramsay · 11 months ago
  78. c866cfc math: Fix warning in tgamma128 by Joe Ramsay · 11 months ago
  79. f6619fa math, pl/math: Move vector pows to math by Joe Ramsay · 11 months ago
  80. be89a4c math, pl/math: Move all self-contained vector routines to math/ by Joe Ramsay · 11 months ago
  81. 84aa900 pl/math: Remove WANT_VMATH completely by Joe Ramsay · 11 months ago
  82. 8f73027 math, pl/math: Build tools for AdvSIMD routines based on WANT_SIMD_TESTS only by Joe Ramsay · 11 months ago
  83. 0ebccbe pl/math: Improve codegen in Neon log1p and users by Pierre Blanchard · 11 months ago
  84. 8e0d0da pl/math: Improve codegen in Neon expm1 and users by Pierre Blanchard · 11 months ago
  85. 0f80f1c pl/math: Reduce register pressure slightly in AdvSIMD erfc by Joe Ramsay · 11 months ago
  86. 62add02 pl/math: Prevent spill in AdvSIMD erf by Joe Ramsay · 11 months ago
  87. 932dc00 pl/math: Align TEST_SIG decls with ones in math/ by Joe Ramsay · 11 months ago
  88. aec783d math: Add auto-generation of ulp & bench maps by Joe Ramsay · 11 months ago
  89. 545d2a9 pl/math: Rename PL_SIG make variables by Joe Ramsay · 11 months ago
  90. 426db36 pl/math: Correct name mangling in PL_DECL macro by Joe Ramsay · 11 months ago
  91. a8d315e Add func argument to math/test/runulp.sh by Joe Ramsay · 11 months ago
  92. ba682eb Rename PL_TEST directives to TEST by Joe Ramsay · 11 months ago
  93. b4c19c4 math, pl/math: Small simplification in test directives by Joe Ramsay · 11 months ago
  94. 3bb85af pl/math: Add separate test macro for control values by Joe Ramsay · 11 months ago
  95. af29d39 math: Move test intervals to source files by Joe Ramsay · 11 months ago
  96. 714339b math: Move max ULP and fenv spec to routine sources by Joe Ramsay · 11 months ago
  97. 1f89b65 pl/math: Fix fenv handling in test macros by Joe Ramsay · 11 months ago
  98. 140d9e9 math, pl/math: Improve trigpi tests by Pierre Blanchard · 11 months ago
  99. 3389879 pl/math: Implement AdvSIMD tanpif. by Joana Cruz · 12 months ago
  100. 0fbc16a math, pl/math: Build tools for WoA by Pierre Blanchard · 12 months ago