[FFmpeg-devel] [PATCH] swscale/x86/rgb2rgb: add SSE2 shuffle_bytes functions

Rémi Denis-Courmont remi at remlab.net
Sat Jun 8 19:21:13 EEST 2024


Le lauantaina 8. kesäkuuta 2024, 18.55.53 EEST Andreas Rheinhardt a écrit :
> I think we should not optimize for CPUs that do not even have x86-64 v2.
> So I would not add these SSE2 versions.

We certainly should consider ditching SSE2 where SSSE3 is available now or in 
the near future. But in this particular case, James seems to be converting 
MMX(EXT) code into SSE2 code, more so that introducing pure new SSE2 code.

It took almost forever to agree to get rid of MMX. I would like to go ahead 
with that, and I like to think that many other people too. So can we at least 
tolerate porting MMX to SSE2 until we have gotten rid of MMX for good?

-- 
雷米‧德尼-库尔蒙
http://www.remlab.net/





More information about the ffmpeg-devel mailing list