diff --git a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs index 4ea3795d7a..2e514ed28e 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 (Avx.IsSupported && remaining >= 2) + if (Axv2.IsSupported && remaining >= 2) { Vector256 replacement256 = Vector256.Create(replacement.X, replacement.Y, replacement.Z, replacement.W, replacement.X, replacement.Y, replacement.Z, replacement.W);