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
To fix #4150, the direction we're pursuing in #7721 is to copy the unaligned data into a temporary buffer, properly aligned. But surprisingly, there is another way to fix this that requires no temporary and a constant number of copies.
Dawn implements this, with lots of comments. The 3D version is very challenging, but it can be done.