summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-14/+12
| | | | Only whitespace changes in here
* cpu: Add CPU information to pa_coreArun Raghavan2010-09-231-32/+36
| | | | | | This retains CPU information (processor type and supported features) in pa_core, so that this information can be used by modules at init time to figure out what optimisations may be used.
* cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering2010-02-091-1/+5
| | | | http://pulseaudio.org/ticket/776
* x86: also call see init for SSE2Wim Taymans2009-09-071-1/+1
|
* convert: add sse/sse2 s16 to float32ne conversionsWim Taymans2009-08-271-0/+1
|
* remap: add sse optimized mono to stereoWim Taymans2009-08-271-1/+3
|
* remap: add MMX mono to stereoWim Taymans2009-08-201-1/+3
|
* whitespace fixesWim Taymans2009-08-201-24/+25
|
* x86: keep the cpu flags localWim Taymans2009-08-201-30/+27
|
* cpu-x86: add cpu detection code and helpersWim Taymans2009-08-201-0/+122
Add CPU detection code and various macros and typdefs to make it easier to write 64 and 32 bit code.