Andreas Rheinhardt: > The ff_nv12ToUV_* functions don't use non-temporal stores > at all. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > --- > libswscale/x86/rgb2rgb_template.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/libswscale/x86/rgb2rgb_template.c > b/libswscale/x86/rgb2rgb_template.c > index edbacea784..e4e884827c 100644 > --- a/libswscale/x86/rgb2rgb_template.c > +++ b/libswscale/x86/rgb2rgb_template.c > @@ -1837,10 +1837,6 @@ static void RENAME(deinterleaveBytes)(const uint8_t > *src, uint8_t *dst1, uint8_t > dst1 += dst1Stride; > dst2 += dst2Stride; > } > - __asm__( > - SFENCE" \n\t" > - ::: "memory" > - ); > } > #endif /* COMPILE_TEMPLATE_SSE2 && HAVE_X86ASM */ > #endif /* !COMPILE_TEMPLATE_AVX || HAVE_AVX_EXTERNAL */
Will apply this patchset tomorrow unless there are objections. - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".