Skip to content

Commit

Permalink
v24.01 release
Browse files Browse the repository at this point in the history
* String routine changes
  * Added memcpy, memmove, memset for MOPS extension.
  * Optimized memcpy by improving code alignment.
  * Fixed GNU property note on ILP32.
* Math routine changes
  * Vector math code now uses ACLE intrinsics and aarch64 only.
  * Vector math code no longer builds scalar and base PCS variants.
  * Optimized vector sin and cos.
  * Added tgamma128, a binary128 tgammal implementation.
* pl/ directory
  * This continues to host many math routines with mixed quality.
  • Loading branch information
nsz-arm committed Jan 11, 2024
1 parent c013701 commit 864fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contribution requirements are documented in README.contributors of
the appropriate subdirectory.

Regular quarterly releases are tagged as vYY.MM, the latest
release is v23.01.
release is v24.01.

Source code layout:

Expand Down

0 comments on commit 864fb5e

Please sign in to comment.