15
0

- update to 20.0.0:

* Fix chunk merging for work size > 1
  * Simply chunk overlap check
  * Fixup: consider word size when merging chunks
  * Add tests for padding
  * Make chunk padding word sized
  * fix elf

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bincopy?expand=0&rev=3
This commit is contained in:
2023-12-02 16:49:44 +00:00
committed by Git OBS Bridge
parent d0b5648b57
commit 9ce3d10a93
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 2 16:47:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 20.0.0:
* Fix chunk merging for work size > 1
* Simply chunk overlap check
* Fixup: consider word size when merging chunks
* Add tests for padding
* Make chunk padding word sized
* fix elf
-------------------------------------------------------------------
Fri May 12 12:26:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>