mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-28 01:40:43 -05:00
fmt-ops: add R-V V optimizations for f32_s16
This commit is contained in:
parent
8166b9c580
commit
d932e52d5b
6 changed files with 71 additions and 0 deletions
|
|
@ -105,6 +105,17 @@ if have_neon
|
|||
simd_dependencies += audioconvert_neon
|
||||
endif
|
||||
|
||||
if have_rvv
|
||||
audioconvert_rvv = static_library('audioconvert_rvv',
|
||||
['fmt-ops-rvv.c' ],
|
||||
c_args : ['-O3', '-DHAVE_RVV'],
|
||||
dependencies : [ spa_dep ],
|
||||
install : false
|
||||
)
|
||||
simd_cargs += ['-DHAVE_RVV']
|
||||
simd_dependencies += audioconvert_rvv
|
||||
endif
|
||||
|
||||
sparesampledumpcoeffs_sources = [
|
||||
'resample-native.c',
|
||||
'resample-native-c.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue