Maarten Bosmans
|
dd9265ac78
|
Remove unnecessary #includes
|
2011-06-22 23:12:20 +01:00 |
|
Maarten Bosmans
|
b3721a12c5
|
Fixup #include directives according to Coding Style
Use #include "header.h" if functionality of header.h is implemented
and #include <header.h> if functionality of header.h is used.
|
2011-03-11 11:49:39 +00:00 |
|
Maarten Bosmans
|
ecf09f2cd6
|
Fix up according to Coding Style
Only whitespace changes in here
|
2011-03-11 11:49:35 +00:00 |
|
Edward Rudd
|
f51889c6f6
|
sconv_sse: Exclude SSE optimizations for Mac OS X
At least on 32bit compiles, there are not enough registers.
|
2011-02-22 21:33:44 +00:00 |
|
Lennart Poettering
|
71e066c873
|
simd: be more precise which SIMD optimizations we activate
|
2009-09-09 04:28:22 +02:00 |
|
Wim Taymans
|
26164ff051
|
sconv_sse: fix leftover counter
|
2009-09-02 19:42:17 +02:00 |
|
Lennart Poettering
|
ca2c0f22d8
|
sconv: quieten gcc a bit
|
2009-08-28 23:31:05 +02:00 |
|
Wim Taymans
|
beb180b7bc
|
convert: add sse/sse2 s16 to float32ne conversions
|
2009-08-27 10:44:53 +02:00 |
|