mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
x86inc: use sse versions of common macros instead of sse2 when applicable
This commit is contained in:
parent
eacec07e9c
commit
f2bd8a0786
@ -562,6 +562,11 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
|
||||
%if cpuflag(avx)
|
||||
%assign avx_enabled 1
|
||||
%endif
|
||||
%if mmsize == 16 && notcpuflag(sse2)
|
||||
%define mova movaps
|
||||
%define movu movups
|
||||
%define movnta movntps
|
||||
%endif
|
||||
%if cpuflag(aligned)
|
||||
%define movu mova
|
||||
%elifidn %1, sse3
|
||||
|
Loading…
Reference in New Issue
Block a user