You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args are the same
Reviewed-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -833,7 +833,9 @@
|
|||||||
%if cpuflag(avx)
|
%if cpuflag(avx)
|
||||||
vbroadcastss %1, %2
|
vbroadcastss %1, %2
|
||||||
%else ; sse
|
%else ; sse
|
||||||
|
%ifnidn %1, %2
|
||||||
movss %1, %2
|
movss %1, %2
|
||||||
|
%endif
|
||||||
shufps %1, %1, 0
|
shufps %1, %1, 0
|
||||||
%endif
|
%endif
|
||||||
%endmacro
|
%endmacro
|
||||||
|
Reference in New Issue
Block a user