Browse Source

Fixed FDCT test comment

pull/1922/head
Dmitry Pentin 5 years ago
parent
commit
d61b845fd9
  1. 4
      tests/ImageSharp.Tests/Formats/Jpg/DCTTests.cs

4
tests/ImageSharp.Tests/Formats/Jpg/DCTTests.cs

@ -197,8 +197,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
// 4 paths:
// 1. AllowAll - call avx/fma implementation
// 2. DisableFMA - call avx without fma implementation
// 3. DisableAvx - call sse implementation
// 4. DisableSIMD - call Vector4 fallback implementation
// 3. DisableAvx - call Vector4 implementation
// 4. DisableSIMD - call scalar fallback implementation
FeatureTestRunner.RunWithHwIntrinsicsFeature(
RunTest,
seed,

Loading…
Cancel
Save