Skip to content

Commit

Permalink
Merge pull request #135 from fraunhoferhhi/adamjw24-patch-1
Browse files Browse the repository at this point in the history
Restore usage of rspFwdCore with SIMD even on ARM architectures
  • Loading branch information
K-os authored May 2, 2023
2 parents d11ea34 + 364ab38 commit 232b09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Lib/CommonLib/x86/BufferX86.h
Original file line number Diff line number Diff line change
Expand Up @@ -1833,9 +1833,9 @@ void PelBufferOps::_initPelBufOpsX86()
applyLut = applyLut_SIMD<vext>;
else
rspBcw = rspBcwCore_SIMD<vext>;

rspFwd = rspFwdCore_SIMD<vext>;

#endif
rspFwd = rspFwdCore_SIMD<vext>;

#if INTPTR_MAX == INT64_MAX || INTPTR_MAX == INT32_MAX
fillN_CU = fillN_CU_SIMD<vext>;
Expand Down

0 comments on commit 232b09b

Please sign in to comment.