Ticket #51012: Patch_pixman-vmx_for_old_GCC.diff
File Patch_pixman-vmx_for_old_GCC.diff, 443 bytes (added by ballapete (Peter "Pete" Dyballa), 9 years ago) |
---|
-
pixman/pixman-vmx.c
diff --git a/pixman/pixman-vmx.c b/pixman/pixman-vmx.c index 41efdcf..3e5a5c5 100644
scaled_nearest_scanline_vmx_8888_8888_OVER (uint32_t* pd, 2933 2933 while (vx >= 0) 2934 2934 vx -= src_width_fixed; 2935 2935 2936 tmp[0] = tmp1; 2937 tmp[1] = tmp2; 2938 tmp[2] = tmp3; 2939 tmp[3] = tmp4; 2936 tmp = (vector unsigned int){tmp1, tmp2, tmp3, tmp4}; 2940 2937 2941 2938 vsrc = combine4 ((const uint32_t *) &tmp, pm);