summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-01-14 19:43:33 +0200
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-01-14 19:43:33 +0200
commit4306a288dd0721604bc0b74b5a1deb959b4500f0 (patch)
tree2d219518266632f098e9304fdcd1432fa7f828b3
parent5fbaebc3c69c8d475e7d57532d7ed37be11ee2bd (diff)
Comment in the branch to the blocked SSE2 version.
-rw-r--r--unpremultiply-sse2.S2
1 files changed, 1 insertions, 1 deletions
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