Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Oct 16, 2024
1 parent d6160ef commit 312a1c5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
2024-10-16 Kamila Szewczyk <[email protected]>

to-do: strike down some performance-related goals

avx512 version in xpar-x86_64.asm

fastest rse32 on the west

Add update-ChangeLog to the release action.

2024-10-15 mrbenjadmin <[email protected]>

fix build on linux aarch64 gcc platforms

2024-10-15 Kamila Szewczyk <[email protected]>

update the roadmap

v0.2

aarch64-machine-specific code

2024-10-14 Kamila Szewczyk <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dist_man_MANS = xpar.1
# Developer convenience targets
.PHONY: update-ChangeLog
update-ChangeLog:
contrib/gitlog-to-changelog --since=1970-01-01 > ChangeLog
contrib/gitlog-to-changelog > ChangeLog

.PHONY: self-check
self-check:
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This file contains release notes for major and minor releases of xpar.
For a complete list of source-level changes, consult the ChangeLog file.

===============================================================================
v0.3 (16-10-2024)
- Improve joint encoding performance on x86_64 machines.
- Support aarch64 Linux.
- Improve cross-platform compatibility of the sharded mode.

===============================================================================
v0.2 (15-10-2024)
- Provides a manual page for the xpar command.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([xpar_version_major], [0])
m4_define([xpar_version_minor], [2])
m4_define([xpar_version_minor], [3])
m4_define([xpar_version], [xpar_version_major.xpar_version_minor])

AC_PREREQ([2.69])
Expand Down

0 comments on commit 312a1c5

Please sign in to comment.