You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there friends, apologies for the late release this week! Most of the
changes amount to essentially spring (really, autumn) cleaning as we
prepare for the next stage of release for the New Type Solver! We've
cleaned up lots of flags, enabled regression tests that had been
disabled because the New Type Solver did not support them, done some
refactoring and otherwise cleaned up bits of code. None of these are
really worth capturing beyond the high-level of saying we cleaned things
up, but there's also a few small runtime fixes that we'll describe
below.
### Runtime
- Fix a bug with the argument ordering for the `vblendvps` and
`vblendvpd` instructions in our Native Code Generation IR that led to
`vector.lerp` having the wrong argument order in some situations when
using NCG. `vector.lerp` should now behave correctly under NCG.
- Remove an incorrect debug assertion in Native Code Generation's
register allocation implementation for A64 assembly (i.e. for ARM's
64-bit architecture).
---
Co-authored-by: Andy Friesen <[email protected]>
Co-authored-by: Annie Tang <[email protected]>
Co-authored-by: Ariel Weiss <[email protected]>
Co-authored-by: Hunter Goldstein <[email protected]>
Co-authored-by: Ilya Rezvov <[email protected]>
Co-authored-by: Sora Kanosue <[email protected]>
Co-authored-by: Vyacheslav Egorov <[email protected]>
---------
Co-authored-by: Hunter Goldstein <[email protected]>
Co-authored-by: Varun Saini <[email protected]>
Co-authored-by: Alexander Youngblood <[email protected]>
Co-authored-by: Menarul Alam <[email protected]>
Co-authored-by: Aviral Goel <[email protected]>
Co-authored-by: Vighnesh <[email protected]>
Co-authored-by: Vyacheslav Egorov <[email protected]>
Co-authored-by: Andy Friesen <[email protected]>
0 commit comments