Skip to content

Commit

Permalink
Restore usage of rspFwdCore with SIMD even on ARM architectures
Browse files Browse the repository at this point in the history
just measured, it is faster after all
  • Loading branch information
adamjw24 authored Apr 18, 2023
1 parent d11ea34 commit 364ab38
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 364ab38

Please sign in to comment.