summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-301-0/+3
|\ | | | | | | | | Conflicts: src/modules/module-stream-restore.c
| * convert: add sse/sse2 s16 to float32ne conversionsWim Taymans2009-08-271-0/+2
| |
| * remap: add sse optimized mono to stereoWim Taymans2009-08-271-0/+1
| |
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-241-1/+1
|/ | | | | Conflicts: src/Makefile.am
* remap: add MMX mono to stereoWim Taymans2009-08-201-0/+2
|
* cpu-x86: guard header with ifdefWim Taymans2009-08-201-0/+5
|
* cpu-x86: add cpu detection code and helpersWim Taymans2009-08-201-0/+61
Add CPU detection code and various macros and typdefs to make it easier to write 64 and 32 bit code.