Path to this page:
Subject: CVS commit: pkgsrc/devel/py-bitarray
From: Thomas Klausner
Date: 2023-12-11 10:43:08
Message id: 20231211094308.7BBC8FA42@cvs.NetBSD.org
Log Message:
py-bitarray: update to 2.8.5.
2023-12-09 2.8.5:
-------------------
* speedup unaligned copies by always using word shifts (in combination
with builtin byte swap 64 when available) when bit-endianness and
machine byte-order are opposite
* add `HAVE_BUILTIN_BSWAP64` to header
* avoid misaligned pointers when casting to `(uint64_t *)`
* add tests
Files: