mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
fmt-ops: add neon optimizations for format conversion
This commit is contained in:
parent
afb93eb6ea
commit
527dc89365
4 changed files with 277 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ endif
|
|||
|
||||
if have_neon
|
||||
audioconvert_neon = static_library('audioconvert_neon',
|
||||
['resample-native-neon.c'],
|
||||
['resample-native-neon.c',
|
||||
'fmt-ops-neon.c' ],
|
||||
c_args : ['-O3', '-DHAVE_NEON'],
|
||||
include_directories : [spa_inc],
|
||||
install : false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue