Author: post Date: 2009-09-20 16:26:21 +0200 (Sun, 20 Sep 2009) New Revision: 2633
Modified: trunk/plugins/resample/resample.c Log: Comment that didn't make last commit. Modified: trunk/plugins/resample/resample.c =================================================================== --- trunk/plugins/resample/resample.c 2009-09-20 11:22:00 UTC (rev 2632) +++ trunk/plugins/resample/resample.c 2009-09-20 14:26:21 UTC (rev 2633) @@ -664,11 +664,13 @@ } -/* Special Vertical SSE2 resampler, that has massive paralism, +/* Special Vertical SSE2 resampler, that has massive parallism, * but on the other hand has to convert all data to float before * processing it, because there is no 32 * 32 bit multiply in SSE2. * This makes it very precise, and faster on a Core2 and later Intel * processors in 64 bit mode. + * An important restriction is that "info->dest_offset_other", must result + * in a 16 byte aligned memory pointer. */ #if defined (__x86_64__) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
