apply MA_RESTRICT to linear resampler interpolation functions
This tells the compiler that pFrameOut does not alias to pointers used
within the function, and teaches Clang that the loop is vectorizable.
Signed-off-by:
Steven Noonan <steven@uplinklabs.net>
Showing
Please register or sign in to comment