mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 04:30:04 +01:00
Adds explanation to reduce chance of regressing the fix
This commit is contained in:
parent
a6f8e209ac
commit
c7ebc66e64
2 changed files with 2 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ conv_s24_to_f32d_1s_sse2(void *data, void * SPA_RESTRICT dst[], const void * SPA
|
|||
}
|
||||
}
|
||||
|
||||
// Non static, referenced by `fmt-ops-sse41.c`.
|
||||
void
|
||||
conv_s24_to_f32d_2s_sse2(void *data, void * SPA_RESTRICT dst[], const void * SPA_RESTRICT src,
|
||||
uint32_t n_channels, uint32_t n_samples)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <tmmintrin.h>
|
||||
|
||||
// Non static, referenced by `fmt-ops-sse41.c`.
|
||||
void
|
||||
conv_s24_to_f32d_4s_ssse3(void *data, void * SPA_RESTRICT dst[], const void * SPA_RESTRICT src,
|
||||
uint32_t n_channels, uint32_t n_samples)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue