Skip to content

Commit cf4106b

Browse files
Add note
1 parent 43c8614 commit cf4106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/AnimationUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public static (bool Difference, Rectangle Bounds) DeDuplicatePixels<TPixel>(
175175
}
176176
}
177177

178-
// TODO: AdvSimd ??
178+
// TODO: v4 AdvSimd when we can use .NET 8
179179
for (i = remaining; i > 0; i--)
180180
{
181181
x = (uint)(length - i);

0 commit comments

Comments
 (0)