Diego Biurrun
|
26301caaa1
|
x86: mmx2 ---> mmxext in asm constructs
|
2012-11-14 00:58:51 +01:00 |
|
Diego Biurrun
|
04581c8c77
|
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and
it simplifies the build system.
|
2012-10-31 00:37:42 +01:00 |
|
Diego Biurrun
|
6860b4081d
|
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
|
2012-10-31 00:37:42 +01:00 |
|
Dave Yeo
|
197439c1ef
|
x86: pngdsp: Fix assembly for OS/2
The a.out object format does not allow aligning sections.
On OS/2 LD aligns sections to 16 bytes.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2012-08-08 15:45:09 +02:00 |
|
Ronald S. Bultje
|
4ff6dea390
|
pngdsp: swap argument inversion.
|
2012-02-07 14:32:26 -08:00 |
|
Ronald S. Bultje
|
af79a0c48a
|
png: add support for bpp>4 to paeth x86 SIMD code.
This fixes playback of e.g. RGB48 (bpp=6) content on x86 CPUs. Fixes
bug 214.
|
2012-01-29 21:22:50 -08:00 |
|
Ronald S. Bultje
|
f91c4b7824
|
png: add SSE2 version for add_bytes_l2.
|
2012-01-29 18:52:17 -08:00 |
|
Ronald S. Bultje
|
59f474b49d
|
png: convert DSP functions to yasm.
|
2012-01-29 18:47:50 -08:00 |
|