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
Keep loop carries as two-digit values in :c:func:`v_lshift`, :c:func:`v_rshift`, and :c:func:`x_divrem`. This shortens the carry chain on AArch64 and speeds up large-integer shifts and division.
1
+
Keep loop carries as two-digit values in ``v_lshift``, ``v_rshift``, and ``x_divrem``. This shortens the carry chain on AArch64 and speeds up large-integer shifts and division.
0 commit comments