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
It turns out that aarch64 assembly syntax uses `;` as the comment
character, not as the statement separator. So we need to polyfill
that. We also set an alignment of 4 bytes (`2^2`) which is required on
Apple targets, but is also a good idea on most other aarch64 machines.
(cherry picked from commit cdb0833)
0 commit comments