Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simd: be more precise which SIMD optimizations we activate | Lennart Poettering | 2009-09-09 | 1 | -3/+5 |
| | |||||
* | x86: only install some functions when SSE2 | Wim Taymans | 2009-09-07 | 1 | -4/+5 |
| | | | | | Remap and volume functions use SSE2 instructions so only install them when SSE2 is present. | ||||
* | remap: build sse code only on x86v0.9.16-test7 | Lennart Poettering | 2009-09-03 | 1 | -0/+2 |
| | |||||
* | remap_sse: fix inner loop increment on SSE | Lennart Poettering | 2009-09-03 | 1 | -2/+2 |
| | | | | | In each iteration we can process 2^4 S16NE samples and 2^5 F32NE samples, that's twice as much as in MMX, hence correct the increments. | ||||
* | remap_sse: reindent macro so that diff to MMX is nicer | Lennart Poettering | 2009-09-03 | 1 | -19/+19 |
| | | | | | Completely useless, but diff -u remap_mmx.c remap_sse.c is much nicer this way. | ||||
* | remap: fix counters for mmx and sse remap | Wim Taymans | 2009-08-31 | 1 | -13/+21 |
| | | | | | Take the size of the sample into account when calculating the amount of samples we process in parallel. | ||||
* | remap: cleanup assembler a little | Wim Taymans | 2009-08-27 | 1 | -7/+5 |
| | |||||
* | remap: add sse optimized mono to stereo | Wim Taymans | 2009-08-27 | 1 | -0/+148 |