mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
audioconvert: build C versions with -Ofast and -ffast-math
Move resampler implementations to a -c version. Compile some of the functions with other flags to make them more optimized.
This commit is contained in:
parent
0ba3e7c5db
commit
419517fd55
8 changed files with 156 additions and 95 deletions
|
|
@ -9,8 +9,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <spa/utils/defs.h>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue