Skip to content

2.5.6

Compare
Choose a tag to compare
@Zuzu-Typ Zuzu-Typ released this 22 Nov 15:52
· 26 commits to master since this release
  • 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!