summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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