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
Move bounds check out of loop in fwd_txfm2d_daala (#1851)
Provides a very minor performance improvement.
In order to auto-vectorize, more bounds checks
will need to be elided, which are more difficult to remove
without unsafe code.
0 commit comments