diff --git a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs index 2e514ed28e..a66bc58960 100644 --- a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs +++ b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs @@ -364,7 +364,7 @@ internal sealed class GifEncoderCore : IImageEncoderInternals uint x = 0; int remaining = background.Length; - if (Axv2.IsSupported && remaining >= 2) + if (Avx2.IsSupported && remaining >= 2) { Vector256 replacement256 = Vector256.Create(replacement.X, replacement.Y, replacement.Z, replacement.W, replacement.X, replacement.Y, replacement.Z, replacement.W);