mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: optimize dither
Add sse2 dither optimization
This commit is contained in:
parent
9f55708e9d
commit
b41d52cfd1
6 changed files with 160 additions and 17 deletions
|
|
@ -22,7 +22,8 @@ if have_sse
|
|||
endif
|
||||
if have_sse2
|
||||
audioconvert_sse2 = static_library('audioconvert_sse2',
|
||||
['fmt-ops-sse2.c' ],
|
||||
['fmt-ops-sse2.c',
|
||||
'dither-ops-sse2.c' ],
|
||||
c_args : [sse2_args, '-O3', '-DHAVE_SSE2'],
|
||||
dependencies : [ spa_dep ],
|
||||
install : false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue