diff options
Diffstat (limited to 'graphics/imlib2/patches/patch-src_lib_amd64__blend.S')
-rw-r--r-- | graphics/imlib2/patches/patch-src_lib_amd64__blend.S | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/imlib2/patches/patch-src_lib_amd64__blend.S b/graphics/imlib2/patches/patch-src_lib_amd64__blend.S new file mode 100644 index 00000000000..342a32c53ce --- /dev/null +++ b/graphics/imlib2/patches/patch-src_lib_amd64__blend.S @@ -0,0 +1,13 @@ +$NetBSD: patch-src_lib_amd64__blend.S,v 1.1 2012/06/15 18:52:26 joerg Exp $ + +--- src/lib/amd64_blend.S.orig 2012-06-15 15:25:04.000000000 +0000 ++++ src/lib/amd64_blend.S +@@ -78,8 +78,6 @@ FN_(imlib_amd64_reshade_copy_rgba_to_rgb + FN_(imlib_amd64_reshade_copy_rgba_to_rgba) + FN_(imlib_amd64_reshade_copy_rgb_to_rgba) + +-.extern pow_lut +- + /*\ SSE register use: + |*| %xmm1 = Source value + |*| %xmm2 = Destination value |