summaryrefslogtreecommitdiff
path: root/src/pulsecore/remap_sse.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* remap: Change remapping function argument type from void to int16_t / float a...Peter Meerwald2014-04-291-3/+4
* remap: Cleanup remap function selection, add pa_set_remap_func() helperPeter Meerwald2014-04-291-10/+1
* remap: Split remapping functions into s16 and float implementationPeter Meerwald2014-04-291-26/+29
* remap: Make resampler's remap structure more self-containedPeter Meerwald2014-04-291-3/+3
* remap: Don't use PA_VOLUME_NORMPeter Meerwald2014-04-291-1/+1
* remap: fix check when to apply specialized code pathPeter Meerwald2013-03-291-1/+2
* remap_sse: More specific logging: SSE -> SSE2Peter Meerwald2013-02-011-1/+1
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-3/+3
* simd: be more precise which SIMD optimizations we activateLennart Poettering2009-09-091-3/+5
* x86: only install some functions when SSE2Wim Taymans2009-09-071-4/+5
* remap: build sse code only on x86v0.9.16-test7Lennart Poettering2009-09-031-0/+2
* remap_sse: fix inner loop increment on SSELennart Poettering2009-09-031-2/+2
* remap_sse: reindent macro so that diff to MMX is nicerLennart Poettering2009-09-031-19/+19
* remap: fix counters for mmx and sse remapWim Taymans2009-08-311-13/+21
* remap: cleanup assembler a littleWim Taymans2009-08-271-7/+5
* remap: add sse optimized mono to stereoWim Taymans2009-08-271-0/+148