-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v3.1.1 | ||
v3.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -838,3 +838,47 @@ Philip Balister <[email protected]> | |
- fprintf: Remove fprintf statements from `volk_malloc` | ||
- release: Prepare release with updated files | ||
- Get the sse2neon.h file to a git submodule to avoid random copies. | ||
|
||
|
||
## [3.1.2] - 2024-02-25 | ||
|
||
Hi everyone! | ||
|
||
This is the VOLK v3.1.2 release! We want to thank all contributors. | ||
This release wouldn't have been possible without them. | ||
|
||
The last maintenance release revealed issues in areas that are difficult to test. | ||
While the changes to the library should be minimal, usability should be improved. | ||
Most notably, we build and deploy [the VOLK documentation](https://www.libvolk.org/docs) | ||
automatically now. | ||
|
||
### Contributors | ||
|
||
- Andrej Rode <[email protected]> | ||
- Clayton Smith <[email protected]> | ||
- Johannes Demel <[email protected]>, <[email protected]> | ||
- Marcus Müller <[email protected]> | ||
- Rick Farina (Zero_Chaos) <[email protected]> | ||
|
||
### Changes | ||
|
||
- Documentation improvements, and automatically generate and publish | ||
- docs: Add VOLK doc build to CI | ||
- docs: Add upload to GitHub actions | ||
- cpu_features: Update hints in README | ||
- Remove sse2neon with a native NEON implementation | ||
- Replace sse2neon with native NEON | ||
- Remove loop unrolling | ||
- Simplify Spiral-generated code | ||
- Improve CI pipeline with new runner | ||
- flyci: Test CI service with M2 instance | ||
- actions: Update GH Actions checkout | ||
- Auto-format CMake files | ||
- cmake: Add .cmake-format.py | ||
- cmake: Apply .cmake-format.py | ||
- Release script fixes | ||
- scripts/release: fix multi-concatenation of submodule tars | ||
- shellcheck fixes | ||
- bash negative exit codes are not portable, let's be positive | ||
|
||
|