Commit df1dc521 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

diracdsp_init: add missing ARCH_X86_64 check

That SIMD is still x86_64 only for now.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 20945629
......@@ -192,6 +192,8 @@ void ff_diracdsp_init_x86(DiracDSPContext* c)
if (EXTERNAL_SSE4(mm_flags)) {
c->dequant_subband[1] = ff_dequant_subband_32_sse4;
#if ARCH_X86_64
c->put_signed_rect_clamped[1] = ff_put_signed_rect_clamped_10_sse4;
#endif
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment