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
Byte-operator lowering: use array comprehensions for non-constant width
Arrays with non-constant size are now encoded using array
comprehensions. This lifts the prior limit of only being able to
perform byte updates when at least the size of the update or the size of
the target was known.
0 commit comments