-
Notifications
You must be signed in to change notification settings - Fork 510
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
4 changed files
with
5 additions
and
4 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,6 +1,6 @@ | ||
Fri Jun 19 2020 Piotr Balcer <[email protected]> | ||
Fri Jul 3 2020 Piotr Balcer <[email protected]> | ||
|
||
* Version 1.9-rc1 | ||
* Version 1.9 | ||
|
||
This release: | ||
- Switches the default instruction set for memcpy, memmove and memset | ||
|
@@ -14,6 +14,7 @@ Fri Jun 19 2020 Piotr Balcer <[email protected]> | |
transactions. | ||
- Improves performance of pool creation on Windows by avoiding expensive | ||
physical page allocation during file allocation. | ||
- Stabilizes support for ppc64. | ||
|
||
Other changes: | ||
- pmem: mem[cpy|set] optimization when eADR is available | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
1.9 |