Skip to content

Commit ef907c7

Browse files
committed
v20.05 release
* New functionality (64-bit Arm) * string: Optimized MTE variants of strlen, strnlen, strchr, strchrnul, strrchr, memchr, memrchr, strcpy, stpcpy, strcmp, strncmp * string: Changes to support BTI * string: New optimized memrchr, strnlen * Performance improvements (Neoverse N1) * strchr/strchrnul: 21% improvement on long strings * strrchr: 11% improvement * strnlen: 130% improvement on long strings, 50% on short strings * Benchmark and tests * string: New memcpy benchmark * string: Cleanup testsuite and improve test coverage
1 parent 304137d commit ef907c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributor-agreement.pdf. This is needed so upstreaming code
99
to projects that require copyright assignment is possible.
1010

1111
Regular quarterly releases are tagged as vYY.MM, the latest
12-
release is v20.02.
12+
release is v20.05.
1313

1414
Source code layout:
1515

0 commit comments

Comments
 (0)