2.5.6
版本发布时间: 2021-11-22 23:52:09
Zuzu-Typ/PyGLM最新发布版本:2.7.1-rev1(2023-10-30 02:21:22)
-
Fixed
sign
,uaddCarry
,usubBorrow
,umulExtended
,imulExtended
not accepting integer inputs -
Changed
bitfieldExtract
,bitfieldInsert
,bitfieldReverse
to requirectypes
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!