v0.0.83
What's Changed
- fix invsqrt example by @tthsqe12 in #1396
- Add const global test by @gaurav-arya in #1412
- Fix julia memset runtime err by @wsmoses in #1415
- Better c++ errors by @wsmoses in #1417
- Generalize binop inverse of active float by @wsmoses in #1418
- Fix adding type on mix of int/ptr/float by @wsmoses in #1419
- Fix memset to handle non-0 address spaces by @wsmoses in #1420
- Fix int/float memset by @wsmoses in #1421
- Simplify insert/extract, as required for address prop by @wsmoses in #1422
- Fix realloc for vector mode by @wsmoses in #1423
- Ensure return roots are remateralizable by @wsmoses in #1424
New Contributors
- @gaurav-arya made their first contribution in #1412
Full Changelog: v0.0.82...v0.0.83