summaryrefslogtreecommitdiff
path: root/src/pulsecore/remap_sse.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-29remap: Change remapping function argument type from void to int16_t / float a...Peter Meerwald1-3/+4
2014-04-29remap: Cleanup remap function selection, add pa_set_remap_func() helperPeter Meerwald1-10/+1
2014-04-29remap: Split remapping functions into s16 and float implementationPeter Meerwald1-26/+29
2014-04-29remap: Make resampler's remap structure more self-containedPeter Meerwald1-3/+3
2014-04-29remap: Don't use PA_VOLUME_NORMPeter Meerwald1-1/+1
2013-03-29remap: fix check when to apply specialized code pathPeter Meerwald1-1/+2
2013-02-01remap_sse: More specific logging: SSE -> SSE2Peter Meerwald1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-3/+3
2009-09-09simd: be more precise which SIMD optimizations we activateLennart Poettering1-3/+5
2009-09-07x86: only install some functions when SSE2Wim Taymans1-4/+5
2009-09-03remap: build sse code only on x86v0.9.16-test7Lennart Poettering1-0/+2
2009-09-03remap_sse: fix inner loop increment on SSELennart Poettering1-2/+2
2009-09-03remap_sse: reindent macro so that diff to MMX is nicerLennart Poettering1-19/+19
2009-08-31remap: fix counters for mmx and sse remapWim Taymans1-13/+21
2009-08-27remap: cleanup assembler a littleWim Taymans1-7/+5
2009-08-27remap: add sse optimized mono to stereoWim Taymans1-0/+148