1. 2a963bb pl/math: Set fenv flags in Neon asinhf by Joe Ramsay · 1 year, 7 months ago
  2. 0d3c3cd pl/math: Avoid UB in scalar tanhf by Joe Ramsay · 1 year, 7 months ago
  3. 8a644bf pl/math: Add scalar and vector/Neon tanhf by Joe Ramsay · 1 year, 7 months ago
  4. 8a0d24f pl/math: Add vector/Neon asinh by Joe Ramsay · 1 year, 7 months ago
  5. 57c26e8 pl/math: Update ULP threshold for vector atans by Joe Ramsay · 1 year, 7 months ago
  6. 6e875e8 pl/math: Add scalar & vector/Neon cbrtf by Joe Ramsay · 1 year, 7 months ago
  7. d5844d8 pl/math: Add scalar and vector/Neon atanhf by Joe Ramsay · 1 year, 7 months ago
  8. 9ace520 string: arm: Refactor ENTRY/END macros by Szabolcs Nagy · 1 year, 7 months ago
  9. df9815c string: arm: Use /**/ comments in asmdefs.h by Szabolcs Nagy · 1 year, 7 months ago
  10. 044e816 string: arm: Include asmdefs.h even into empty asm files by Szabolcs Nagy · 1 year, 7 months ago
  11. 67a49ee string: Add separate asmdefs.h per target by Szabolcs Nagy · 1 year, 7 months ago
  12. 8e0a666 string: arm: Fix build failure by Szabolcs Nagy · 1 year, 7 months ago
  13. d16610a math/test: Fix ulp for non-AArch64 targets by Joe Ramsay · 1 year, 7 months ago
  14. 50fec26 pl/math: Add scalar & vector/Neon cosh by Joe Ramsay · 1 year, 7 months ago
  15. 56a92ff pl/math: Add scalar and vector/Neon sinh by Joe Ramsay · 1 year, 7 months ago
  16. c1cf1eb pl/math: Use order-6 polynomial in Vector/Neon log2 by Nicholas Dingle · 1 year, 7 months ago
  17. 3560d66 math/test: Allow user to set control element of input vector by Joe Ramsay · 1 year, 7 months ago
  18. 3031a49 pl/math: Change conflicting variable names by Joe Ramsay · 1 year, 7 months ago
  19. 2348c66 pl/math: Fix minus zero in vector expm1 by Joe Ramsay · 1 year, 8 months ago
  20. 5b8ac95 pl/math: Fix SVE mathbench wrappers by Joe Ramsay · 1 year, 8 months ago
  21. cf69308 pl/math/test: Simplify ulp and bench macros by Joe Ramsay · 1 year, 8 months ago
  22. 1721f53 pl/math: Add vector/Neon expm1 by Joe Ramsay · 1 year, 8 months ago
  23. 151020a pl/math: Add scalar expm1 by Joe Ramsay · 1 year, 8 months ago
  24. 43140a8 pl/math: Add scalar and vector/Neon coshf by Add joeram01 · 1 year, 8 months ago
  25. 78a876a Make fenv checking dependent on WANT_ERRNO by Joe Ramsay · 1 year, 8 months ago
  26. 4ed9b49 Fix tests for WANT_SVE_MATH=1 by Joe Ramsay · 1 year, 8 months ago
  27. 41d08c6 pl/math: Add vector/Neon sinhf by Joe Ramsay · 1 year, 8 months ago
  28. 617d26f Add WANT_ERRNO config option by Joe Ramsay · 1 year, 8 months ago
  29. 5086aa1 pl/math: Update ULP threshold for acosh by Joe Ramsay · 1 year, 8 months ago
  30. 1e3d105 pl/math: Add scalar sinhf by Joe Ramsay · 1 year, 8 months ago
  31. baef8cd pl/math: Add vector/Neon expm1f by Joe Ramsay · 1 year, 8 months ago
  32. 83ed7a4 pl/math: Update ULP thresholds for atan/atan2 by Joe Ramsay · 1 year, 8 months ago
  33. bc55630 pl/math: Add scalar expm1f by Joe Ramsay · 1 year, 8 months ago
  34. e873df5 pl/math: Update ULP threshold for erfc (all variants) and scalar log1p by Joe Ramsay · 1 year, 8 months ago
  35. 4705cc8 pl/math: Update ULP threshold for Neon log2 by Pierre Blanchard · 1 year, 8 months ago
  36. dcbe6e3 pl/math: Update maximum ULP estimate for SVE sin by Joe Ramsay · 1 year, 8 months ago
  37. 7780a64 string: arm: Add new functionality to prologue/epilogue assembler macros. by Victor Do Nascimento · 1 year, 8 months ago
  38. 84c28b9 pl/math: Correct spelling mistakes in comments by Nicholas Dingle · 1 year, 8 months ago
  39. 23f1039 pl/math: Fix subnormal handling in atan2 by Joe Ramsay · 1 year, 8 months ago
  40. 222183c pl/math: Add vector/SVE powi by Joe Ramsay · 1 year, 8 months ago
  41. bb96da1 pl/math: Add vector/SVE powif by Joe Ramsay · 1 year, 8 months ago
  42. bf4e49b pl/math: Add vector/Neon log1p by Joe Ramsay · 1 year, 8 months ago
  43. 0e150e4 Fix NaN behaviour in atan2 by Joe Ramsay · 1 year, 8 months ago
  44. cda6bb4 pl/math: Add vector/SVE erfc by Joe Ramsay · 1 year, 8 months ago
  45. 6345dda pl/math: Update ULP threshold for log1p by Joe Ramsay · 1 year, 8 months ago
  46. 05fe009 pl/math: Add scalar acosh by Joe Ramsay · 1 year, 8 months ago
  47. 1de88de pl/math: Add Vector/SVE tanf by Pierre Blanchard · 1 year, 9 months ago
  48. 3ef86d7 pl/math: Add vector/SVE erf by Joe Ramsay · 1 year, 9 months ago
  49. 075fa2e pl/math: Update worst-case error for scalar asinh by Joe Ramsay · 1 year, 9 months ago
  50. 34be6cf pl/math: Add vector/SVE erff by Joe Ramsay · 1 year, 9 months ago
  51. 28fa116 pl/math: Update worst-case error for Neon erfc by Joe Ramsay · 1 year, 9 months ago
  52. 2ed10b5 pl/math: Add scalar acoshf by Joe Ramsay · 1 year, 9 months ago
  53. bf04306 pl/math: Add more accurate SVE expf variant by Joe Ramsay · 1 year, 10 months ago
  54. 1931794 pl/math: Add vector/SVE expf by Joe Ramsay · 1 year, 9 months ago
  55. 52558f2 pl/math: Add Vector/Neon tanf by Pierre Blanchard · 1 year, 9 months ago
  56. b56e103 pl/math: Add scalar tanf by Pierre Blanchard · 1 year, 9 months ago
  57. 9bd7555 Audit ULP limits in runulp.sh by Joe Ramsay · 1 year, 10 months ago
  58. f375470 pl/math: Add vector/SVE log by Joe Ramsay · 1 year, 10 months ago
  59. 251a040 pl/math: Add vector/SVE logf by Joe Ramsay · 1 year, 10 months ago
  60. 375526b pl/math: Add helpers for ULP wrappers by Joe Ramsay · 1 year, 10 months ago
  61. 8c44c9b Add more ulp helper macros by Joe Ramsay · 1 year, 10 months ago
  62. 6e0ada9 pl/math: Add vector/SVE log10f by Joe Ramsay · 1 year, 10 months ago
  63. 65e0232 pl/math: Add vector/SVE log10 by Joe Ramsay · 1 year, 10 months ago
  64. 43c24ad string: Optimize memchr-mte by Wilco Dijkstra · 1 year, 10 months ago
  65. a1547d1 string: Optimize memrchr by Wilco Dijkstra · 1 year, 10 months ago
  66. 864fc02 string: Improve strchr-mte by Wilco Dijkstra · 1 year, 10 months ago
  67. 87e9914 string: Improve strchrnul-mte by Wilco Dijkstra · 1 year, 10 months ago
  68. 8024385 string: Improve strlen by Wilco Dijkstra · 1 year, 10 months ago
  69. f890e42 string: Optimize strlen-mte by Wilco Dijkstra · 1 year, 10 months ago
  70. 5de0673 string: Optimize strnlen by Wilco Dijkstra · 1 year, 10 months ago
  71. d3166fa string: arm: Fix CFI auto-alignment issues. by Victor Do Nascimento · 1 year, 10 months ago
  72. 5c72615 string: arm: Augment M-profile PACBTI-enablement macros by Victor Do Nascimento · 1 year, 10 months ago
  73. ffb6461 string: arm: Prevent leaf function unwinding by Victor Do Nascimento · 1 year, 10 months ago
  74. 1d89678 pl/math: Add vector/SVE atan2 by Joe Ramsay · 1 year, 10 months ago
  75. 8e0882f pl/math: Add vector/SVE atan2f by Joe Ramsay · 1 year, 10 months ago
  76. 15f2806 pl/math: Add vector/SVE atan by Joe Ramsay · 1 year, 10 months ago
  77. 5a746bf pl/math: Add vector/SVE atanf by Joe Ramsay · 1 year, 10 months ago
  78. a10dbf0 pl/math: Add Vector/SVE sin by Joe Ramsay · 1 year, 10 months ago
  79. 6393cf4 pl/math: Add Vector/SVE sinf by Joe Ramsay · 1 year, 10 months ago
  80. 3d1a87e pl/math: Audit Neon special-case handlers by Joe Ramsay · 1 year, 11 months ago
  81. 46ee91e pl/math: Add vector/Neon log2 by Joe Ramsay · 1 year, 11 months ago
  82. 5d326aa pl/math: Add vector/Neon log2f by Joe Ramsay · 1 year, 11 months ago
  83. 250db33 string: arm: Augument unwind information for PAC instructions by Victor Do Nascimento · 1 year, 11 months ago
  84. 3f5c5bc string: arm: Update feature test macro use in .arch selection by Victor Do Nascimento · 1 year, 11 months ago
  85. c499115 string: arm: Implement conditional leaf PAC signing by Victor Do Nascimento · 1 year, 11 months ago
  86. 0b4165a pl/math: Add Vector/SVE cos. by Joe Ramsay · 2 years ago
  87. a40716f pl/math: Add Vector/SVE cosf. by Joe Ramsay · 2 years ago
  88. a790e50 Update config.mk example to define WANT_SVE_MATH. by Pierre Blanchard · 2 years ago
  89. 83a43cd pl/math: Add vector/Neon asinhf by Joe Ramsay · 2 years ago
  90. 241ac39 pl/math: Add vector/Neon log1pf by Joe Ramsay · 2 years ago
  91. 8c77ce8 pl/math: Add scalar log1pf by Joe Ramsay · 2 years ago
  92. c6e5af7 pl/math: Add scalar log1p by Joe Ramsay · 2 years ago
  93. d082d55 pl/math: Add scalar asinh by Joe Ramsay · 2 years ago
  94. ea3ad6c pl/math: Add scalar asinhf by Joe Ramsay · 2 years ago
  95. d9a816b pl/math: Remove some stray semi-colons by Joe Ramsay · 2 years ago
  96. 2be3834 string: Optimize string functions with shrn instruction by Danila Kutenin · 2 years ago
  97. 94ed5b9 string: simplify M-profile strlen PACBTI epilogue by Victor Do Nascimento · 2 years ago
  98. 9776149 string: simplify M-profile memchr PACBTI epilogue by Victor Do Nascimento · 2 years ago
  99. e373f65 string: Fix ARM_FNSTART on non-arm targets by Szabolcs Nagy · 2 years ago
  100. 8bf2238 string: Add M-profile PACBTI implementation of memchr by Victor Do Nascimento · 2 years ago