Author | SHA1 | Message | Date |
---|---|---|---|
|
b23bc95920 | x86: dca: Add missing multiple inclusion guards | 11 years ago |
|
5c1c6e8226 | dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders | 11 years ago |
|
0cffd6fff5 |
x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale
Fixes compilation with MSVC. Also does not rely on on earlier config.h include but include it directly. |
11 years ago |
|
5b59a9fc61 |
x86: dcadsp: implement int8x8_fmul_int32
For the callable function (as opposed to the inline one): C SSE SSE2 SSE4 Win32: 47 42 29 26 Win64: 30 33 25 23 The SSE version is neither compiled nor set for ARCH_X86_64, as the inlinable function takes over. Signed-off-by: Janne Grunau <janne-libav@jannau.net> |
13 years ago |