summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/svolume_sse.c
Commit message (Collapse)AuthorAgeFilesLines
* volume: remove ref functionsWim Taymans2009-08-201-223/+0
|
* volume: improved commentsWim Taymans2009-08-201-21/+24
|
* volume: make the benchmark more meaningfullWim Taymans2009-08-201-23/+36
| | | | MMX is about 6x faster, SSE around 15x on my machine.
* main: hook up cpu detection codeWim Taymans2009-08-201-8/+8
| | | | | | Add CPU detection code to activate the various optimisations. Move some method definitions around. Use compatibility macros when we can.
* svolume: improve SSE and MMX codeWim Taymans2009-08-201-57/+134
|
* volume_sse: add sse optimisationsWim Taymans2009-08-201-0/+437