aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-09pl/math: Add polynomial helpersJoe Ramsay
2022-12-09pl/math/test: Simplify runulp.shJoe Ramsay
2022-12-08pl/math: Fix fenv in asinhJoe Ramsay
2022-12-08pl/math: Fix vector/SVE erfPierre Blanchard
2022-12-07math: Set fenv exceptions for several Neon routinesJoe Ramsay
2022-12-07string: arm: Fix cfi restore info for hot loop exitVictor Do Nascimento
2022-12-07string: arm: Ensure correct cfi state at strcmp entryVictor Do Nascimento
2022-12-06pl/math: Set fenv flags in Neon asinhfJoe Ramsay
2022-12-05pl/math: Avoid UB in scalar tanhfJoe Ramsay
2022-11-30pl/math: Add scalar and vector/Neon tanhfJoe Ramsay
2022-11-29pl/math: Add vector/Neon asinhJoe Ramsay
2022-11-24pl/math: Update ULP threshold for vector atansJoe Ramsay
2022-11-22pl/math: Add scalar & vector/Neon cbrtfJoe Ramsay
2022-11-22pl/math: Add scalar and vector/Neon atanhfJoe Ramsay
2022-11-17Build the optimized memset(). am: 7aea3e8806 am: b5227be158 am: b3a2c82c1fElliott Hughes
2022-11-17Build the optimized memset(). am: 7aea3e8806 am: b5227be158Elliott Hughes
2022-11-17Build the optimized memset(). am: 7aea3e8806Elliott Hughes
2022-11-17Build the optimized memcpy() and memmove(). am: 0184f5179e am: 01348af37a am:...Elliott Hughes
2022-11-17Build the optimized memcpy() and memmove(). am: 0184f5179e am: 01348af37aElliott Hughes
2022-11-17Build the optimized memcpy() and memmove(). am: 0184f5179eElliott Hughes
2022-11-17Build the optimized memset().Elliott Hughes
2022-11-17string: arm: Refactor ENTRY/END macrosSzabolcs Nagy
2022-11-17string: arm: Use /**/ comments in asmdefs.hSzabolcs Nagy
2022-11-17string: arm: Include asmdefs.h even into empty asm filesSzabolcs Nagy
2022-11-17string: Add separate asmdefs.h per targetSzabolcs Nagy
2022-11-17string: arm: Fix build failureSzabolcs Nagy
2022-11-17math/test: Fix ulp for non-AArch64 targetsJoe Ramsay
2022-11-17pl/math: Add scalar & vector/Neon coshJoe Ramsay
2022-11-17pl/math: Add scalar and vector/Neon sinhJoe Ramsay
2022-11-17Build the optimized memcpy() and memmove().Elliott Hughes
2022-11-16Merge "Add mem*, str* functions to baremetal static lib" am: 46490941f7 am: d...Treehugger Robot
2022-11-16Merge "Add mem*, str* functions to baremetal static lib" am: 46490941f7 am: d...Treehugger Robot
2022-11-16Merge "Add mem*, str* functions to baremetal static lib" am: 46490941f7Treehugger Robot
2022-11-16Merge "Add mem*, str* functions to baremetal static lib"Treehugger Robot
2022-11-15Android.bp: Change file mode to non-executable am: 3d7d7fab1c am: b32a07c077 ...Pierre-Clément Tosi
2022-11-15Android.bp: Change file mode to non-executable am: 3d7d7fab1c am: b32a07c077Pierre-Clément Tosi
2022-11-15Android.bp: Change file mode to non-executable am: 3d7d7fab1cPierre-Clément Tosi
2022-11-15pl/math: Use order-6 polynomial in Vector/Neon log2Nicholas Dingle
2022-11-15math/test: Allow user to set control element of input vectorJoe Ramsay
2022-11-15Android.bp: Change file mode to non-executablePierre-Clément Tosi
2022-11-15Add mem*, str* functions to baremetal static libPierre-Clément Tosi
2022-11-15pl/math: Change conflicting variable namesJoe Ramsay
2022-11-11pl/math: Fix minus zero in vector expm1Joe Ramsay
2022-11-11pl/math: Fix SVE mathbench wrappersJoe Ramsay
2022-11-09pl/math/test: Simplify ulp and bench macrosJoe Ramsay
2022-11-09pl/math: Add vector/Neon expm1Joe Ramsay
2022-11-09pl/math: Add scalar expm1Joe Ramsay
2022-11-09pl/math: Add scalar and vector/Neon coshfAdd joeram01
2022-11-09Make fenv checking dependent on WANT_ERRNOJoe Ramsay
2022-11-09Fix tests for WANT_SVE_MATH=1Joe Ramsay