Skip to content

Commit ef08c82

Browse files
Update src/ImageSharp/Formats/Gif/GifEncoderCore.cs
1 parent c3fc062 commit ef08c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Gif/GifEncoderCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private void DeDuplicatePixels<TPixel>(
364364

365365
uint x = 0;
366366
int remaining = background.Length;
367-
if (Axv2.IsSupported && remaining >= 2)
367+
if (Avx2.IsSupported && remaining >= 2)
368368
{
369369
Vector256<float> replacement256 = Vector256.Create(replacement.X, replacement.Y, replacement.Z, replacement.W, replacement.X, replacement.Y, replacement.Z, replacement.W);
370370

0 commit comments

Comments
 (0)