mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
neon: fix fallback
This commit is contained in:
parent
22e590c7cc
commit
a87337cae8
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ conv_f32d_to_s16_1s_neon(void *data, void * SPA_RESTRICT dst, const void * SPA_R
|
|||
#else
|
||||
uint32_t n;
|
||||
for(n = 0; n < n_samples; n++) {
|
||||
*d = F32_TO_S16(s0[n]);
|
||||
*d = F32_TO_S16(s[n]);
|
||||
d += n_channels;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue