Browse Source

Now test both disable values.

js/color-alpha-handling
James Jackson-South 5 years ago
parent
commit
b90cac23df
  1. 2
      tests/ImageSharp.Tests/TestUtilities/Tests/FeatureTestRunnerTests.cs

2
tests/ImageSharp.Tests/TestUtilities/Tests/FeatureTestRunnerTests.cs

@ -56,7 +56,7 @@ namespace SixLabors.ImageSharp.Tests.TestUtilities.Tests
{
FeatureTestRunner.RunWithHwIntrinsicsFeature(
() => Assert.False(Vector.IsHardwareAccelerated, nameof(Vector.IsHardwareAccelerated)),
HwIntrinsics.DisableSIMD);
HwIntrinsics.DisableSIMD | HwIntrinsics.DisableHWIntrinsic);
}
#endif

Loading…
Cancel
Save