mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
fmt-ops: use faster f32 -> s32 conversion
This commit is contained in:
parent
9c8913437b
commit
ecc3e78ad4
4 changed files with 41 additions and 42 deletions
|
|
@ -24,9 +24,6 @@
|
|||
|
||||
#include <xmmintrin.h>
|
||||
|
||||
#pragma GCC target("ssse3")
|
||||
#include <tmmintrin.h>
|
||||
|
||||
static void inner_product_sse(float *d, const float * SPA_RESTRICT s,
|
||||
const float * SPA_RESTRICT taps, uint32_t n_taps)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue