vp56: Change type of stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic.
Showing
Please
register
or
sign in
to comment
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic.