From 4306a288dd0721604bc0b74b5a1deb959b4500f0 Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Wed, 14 Jan 2009 19:43:33 +0200 Subject: Comment in the branch to the blocked SSE2 version. --- unpremultiply-sse2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpremultiply-sse2.S b/unpremultiply-sse2.S index 9596876..b98cc51 100644 --- a/unpremultiply-sse2.S +++ b/unpremultiply-sse2.S @@ -263,7 +263,7 @@ unpremultiply_with_sse2: ; If we don't have enough pixels for at least a few iterations ; of blocked unpremultiplication then do the pixels one at a time. cmp rdx, 3+4*4+3 ; Max. pre/post align + 4 blocks. -; jae .do_blocked + jae .do_blocked mov rcx, rdx ; Pixel count. call unpremultiply_single_pixels jmp .out -- cgit v1.2.3