aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22string: Add M-profile PACBTI-enablement header fileVictor Do Nascimento
2022-06-22string: add .fnstart and .fnend directives to ENTRY/END macrosVictor Do Nascimento
2022-06-22string: Fix header file issue in arm strcmp-armv6m.SVictor Do Nascimento
2022-06-22string: Fix header file issue in strlen testVictor Do Nascimento
2022-06-22pl/math: Use single-precision fma in atan2fJoe Ramsay
2022-06-20pl/math: Improve accuracy in log10Joe Ramsay
2022-06-17pl/math: Add vector/Neon atanfJoe Ramsay
2022-06-17pl/math: Add vector/Neon atan2fJoe Ramsay
2022-06-16pl/math: Add vector/Neon atanJoe Ramsay
2022-06-16pl/math: Add vector/Neon atan2Joe Ramsay
2022-06-16pl/math: Add scalar atan2fJoe Ramsay
2022-06-16pl/math: Add scalar atan2Joe Ramsay
2022-06-16pl/math: Refine ulp assessment for log10Joe Ramsay
2022-06-16pl/math: Turn clang-format off in headersJoe Ramsay
2022-06-15math: Add support for SVE in mathbench.Pierre Blanchard
2022-06-15math: Add support for SVE in ulp assessment.Pierre Blanchard
2022-06-14math: Enable compilation of SVE routines.Pierre Blanchard
2022-06-14Add Joe Ramsay to MAINTAINERSJoe Ramsay
2022-06-14pl/math: Add vector/Neon erffJoe Ramsay
2022-06-14pl/math: Add vector/Neon erfJoe Ramsay
2022-05-25pl/math: Fix outside source compilation.Pierre Blanchard
2022-04-29pl/math: Add vector/Neon erfcfJoe Ramsay
2022-04-29pl/math: Add Vector/Neon erfcJoe Ramsay
2022-04-22pl/math: Add scalar erfcfJoe Ramsay
2022-04-22pl/math: Add scalar erfcJoe Ramsay
2022-04-19pl/math: Add Vector/Neon log10Pierre Blanchard
2022-04-19pl/math: Add Vector/Neon log10fPierre Blanchard
2022-04-11pl/math: Add scalar log10Pierre Blanchard
2022-04-11pl/math: Add scalar log10fPierre Blanchard
2022-03-25Add build system and infra for the pl directoryPierre Blanchard
2022-02-10Add MAINTAINERS fileSzabolcs Nagy
2022-02-10Add pl subdirectorySzabolcs Nagy
2022-02-10Add README.contributorsSzabolcs Nagy
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2022-02-10string: Merge MTE versions of strcpy and stpcpyWilco Dijkstra
2022-02-10string: Merge MTE versions of strcmp and strncmpWilco Dijkstra
2022-02-10string: Add SVE memcpyWilco Dijkstra
2021-12-21math: fix constant in sinf and cosfSzabolcs Nagy
2021-10-29string: Optimize memcmpWilco Dijkstra
2021-10-04string: Improve memcpy benchmarkWilco Dijkstra
2021-10-04string: Improve strlen benchmarkWilco Dijkstra
2021-10-04string: Add memset benchmarkWilco Dijkstra
2021-02-17v21.02 releaseSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2021-02-12string: add __mtag_tag_zero_regionSzabolcs Nagy
2021-02-12string: add __mtag_tag_regionSzabolcs Nagy
2021-01-08string: Assembly code cleanupWilco Dijkstra
2021-01-04string/test: Fix strrchr '\0' error reportRichard Henderson
2021-01-04string: Reduce alignment in strncmpRichard Henderson
2021-01-04string: Replace explicit nops with alignmentRichard Henderson