Skip to content

Commit a0ad28d

Browse files
committed
v20.02 release
New functionality * string: New strrchr and stpcpy routines * string: New Memory Tagging Extension (MTE) variants of strlen and strchr * math: New vector version of pow(double) * networking: Optimized ones' complement checksum for 32-bit and 64-bit Arm Performance improvements * string: Improved memcpy and memmove (SIMD and non-SIMD) for 64-bit Arm * string: Improved memset for 64-bit Arm
1 parent 6a988f6 commit a0ad28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Assignment Agreement, please follow the instructions in
88
contributor-agreement.pdf. This is needed so upstreaming code
99
to projects that require copyright assignment is possible.
1010

11-
Regular quarterly releases are tagged as vYY.MM (e.g. v19.11).
11+
Regular quarterly releases are tagged as vYY.MM, the latest
12+
release is v20.02.
1213

1314
Source code layout:
1415

0 commit comments

Comments
 (0)