Skip to content

Releases: chewxy/math32

Added support for other architectures

07 Jul 05:49
Compare
Choose a tag to compare

This is done by coalescing the stubs into single files - each for an architecture. This makes it easier to update in the future.

v1.0.0

17 Sep 11:24
Compare
Choose a tag to compare

v1.0.0 - the API matches up with the Go standard library API, however, not all the functions have the float32 equivalent. The majority of functions are float32 wrappers over the math package functions. Changes to these functions will result in a change in minor number as there probably won't be much major API changes foreseeable