mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
volume: add first mmx optimized function
Add code for an mmx optimized version of s16ne volume scaling. Install the custom function.
This commit is contained in:
parent
2d73f13567
commit
3a0b012ee0
4 changed files with 428 additions and 0 deletions
|
|
@ -826,6 +826,7 @@ libpulsecore_@PA_MAJORMINORMICRO@_la_SOURCES = \
|
|||
pulsecore/rtpoll.c pulsecore/rtpoll.h \
|
||||
pulsecore/sample-util.c pulsecore/sample-util.h \
|
||||
pulsecore/svolume_c.c \
|
||||
pulsecore/svolume_mmx.c \
|
||||
pulsecore/sconv-s16be.c pulsecore/sconv-s16be.h \
|
||||
pulsecore/sconv-s16le.c pulsecore/sconv-s16le.h \
|
||||
pulsecore/sconv.c pulsecore/sconv.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue