Skip to content

Commit 56e3bf0

Browse files
committed
v23.01 release
* Project changes * All files are under a new dual license now (MIT OR Apache-2.0 WITH LLVM-exception at the election of the user). * Added MAINTAINERS file describing who maintains the subdirectories. * Added README.contributors files documenting contribution requirements. * Added new pl/ subdirectory for Arm's Performance Library related routines. * String routine changes * Added memset benchmark. * Improved strlen and memcpy benchmarks. * Added SVE memcpy. * Updated arm string functions to support M-profile PACBTI. * Merged the MTE and generic versions of strcmp, strncmp, strcpy and stpcpy into one implementation. * Optimized memcmp, memchr-mte, memrchr, strchr-mte, strchrnul-mte, strrchr-mte, strlen, strlen-mte, strnlen, strcpy. * Math routine changes * Fixed constants in sinf, cosf and sincosf to be compile time computed even with gcc-12 -frounding-math. * Fixed an invalid shift in logf. * Support floating-point exceptions in vector math routines when WANT_SIMD_EXCEPT is set.
1 parent a1b6ffb commit 56e3bf0

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
@@ -12,7 +12,7 @@ contribution requirements are documented in README.contributors of
1212
the appropriate subdirectory.
1313

1414
Regular quarterly releases are tagged as vYY.MM, the latest
15-
release is v21.02.
15+
release is v23.01.
1616

1717
Source code layout:
1818

0 commit comments

Comments
 (0)