This commit is contained in:
2020-01-14 18:00:10 +01:00
parent 2d75f70215
commit 4c5642881a
2 changed files with 7 additions and 4 deletions

View File

@@ -44,6 +44,8 @@ for (y=0; y<h; y++) {
/* may be, here, we can speed up the job */
fimg_add_rgb(d, xx, yy, r, g, b);
/* or may be jump directly to asm and SSE2
http://www.mikekohn.net/stuff/image_processing.php */
}
}