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
The vector path currently uses a 16 x 16 -> 32 mul followed by a shift. We should experiment with 32 x 32 -> top 32 of 64. We could use the same precision as the C path.
The vector path currently uses a 16 x 16 -> 32 mul followed by a shift
It's not clear for me how this fits in the previous statement «2.6 bits for the coefficients, 10.6 for the accumulator». 16 x 16 -> 32 is totally enough for 8-bit sources, while «2.6 bits for the coefficients» is not.
The vector path currently uses a 16 x 16 -> 32 mul followed by a shift. We should experiment with 32 x 32 -> top 32 of 64. We could use the same precision as the C path.
See:
libvips/pyvips#148 (comment)
Similarly for the conv vector path.
The text was updated successfully, but these errors were encountered: