Skip to content

Commit

Permalink
Fix #496 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 authored Jan 6, 2025
1 parent 81a3b6c commit 557554d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/Lib/CommonLib/arm/neon/InterpolationFilter_neon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,10 @@ static void simdFilterARM( const ClpRng& clpRng, Pel const *src, int srcStride,
{
c[6] = coeff[6];
c[7] = coeff[7];
#if defined( TARGET_SIMD_X86 )
int src8tOff = cStride;

#endif

if( !( width & 7 ) )
{
if( !isVertical )
Expand Down

0 comments on commit 557554d

Please sign in to comment.