Skip to content

v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheNumbat TheNumbat released this 25 Jan 22:32
· 61 commits to main since this release
  • Removed AVX2 architecture requirement and F32x8 type
  • Added support for other architectures on Linux (x64 and aarch64 tested)
  • Added macOS support (x64 and aarch64)
  • Removed all operator bool implicit conversions
  • Fixed MSVC optimizer bug removing call to return_void
  • Made variant constructor non-explicit
  • Made region brands only hash the source position once