+ Fixed `sign`, `uaddCarry`, `usubBorrow`, `umulExtended`, `imulExtended` not accepting integer inputs
+ Changed `bitfieldExtract`, `bitfieldInsert`, `bitfieldReverse` to require `ctypes` types to determine the int type to use
+ Fixed `bitCount`, `findLSB`, `findMSB` not using the optimal int type
+ Fixed `equal`
+ Fixed integer overflows causing a crash (now raising a warning instead)
+ Deprecated `frexp` warning
+ Added tests from glm
+ Added support for aarch64 (165, 166) and s390x linux wheels, as well as arm64 macOS wheels.
+ Also added musllinux builds
Thanks to odidev for helping out with the aarch64 wheels!