diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-01-13 12:39:33 +0200 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-01-13 12:41:04 +0200 |
commit | a30c4f05e916db2b04613dc22e357ab63235a776 (patch) | |
tree | 9072fa18b9c24ca8e7589fd8da6bb5b2b530ba29 | |
parent | fa5f2c66156c0ba1b6cdc2df768226f149eb6d3f (diff) |
Added prototype to header comment.
-rw-r--r-- | unpremultiply-sse2.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unpremultiply-sse2.S b/unpremultiply-sse2.S index e0650a3..8ecee17 100644 --- a/unpremultiply-sse2.S +++ b/unpremultiply-sse2.S @@ -4,6 +4,11 @@ ;;; This file exports a function unpremultiply_with_sse2() that ;;; can be used to unpremultiply a contiguous buffer of 32 bit pixels. ;;; +;;; void unpremultiply_with_sse2( +;;; uint32_t *dst, +;;; uint32_t const *src, +;;; unsigned long num_pixels); +;;; section .text ; We're only using rax-rbp in this file so that @@ -237,7 +242,6 @@ unpremultiply_single_pixels: %endmacro global unpremultiply_with_sse2 - unpremultiply_with_sse2: ;; ;; void unpremultiply_with_sse2( |