File tree Expand file tree Collapse file tree
tests/ImageSharp.Tests/Formats/WebP Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,9 +282,6 @@ public void BundleColorMap_WithXbitsNoneZero_Works()
282282 [ Fact ]
283283 public void Predictor13_Works ( ) => RunPredictor13Test ( ) ;
284284
285- [ Fact ]
286- public void SubtractGreen_Works ( ) => RunSubtractGreenTest ( ) ;
287-
288285 [ Fact ]
289286 public void AddGreenToBlueAndRed_Works ( ) => RunAddGreenToBlueAndRedTest ( ) ;
290287
@@ -318,12 +315,18 @@ public void BundleColorMap_WithXbitsNoneZero_Works()
318315 [ Fact ]
319316 public void Predictor13_WithoutSSE2_Works ( ) => FeatureTestRunner . RunWithHwIntrinsicsFeature ( RunPredictor13Test , HwIntrinsics . DisableSSE2 ) ;
320317
318+ [ Fact ]
319+ public void SubtractGreen_Works ( ) => RunSubtractGreenTest ( ) ;
320+
321321 [ Fact ]
322322 public void SubtractGreen_WithHardwareIntrinsics_Works ( ) => FeatureTestRunner . RunWithHwIntrinsicsFeature ( RunSubtractGreenTest , HwIntrinsics . AllowAll ) ;
323323
324324 [ Fact ]
325325 public void SubtractGreen_WithoutAVX2_Works ( ) => FeatureTestRunner . RunWithHwIntrinsicsFeature ( RunSubtractGreenTest , HwIntrinsics . DisableAVX2 ) ;
326326
327+ [ Fact ]
328+ public void SubtractGreen_Scalar_Works ( ) => FeatureTestRunner . RunWithHwIntrinsicsFeature ( RunSubtractGreenTest , HwIntrinsics . DisableHWIntrinsic ) ;
329+
327330 [ Fact ]
328331 public void SubtractGreen_WithoutAvxOrSSSE3_Works ( ) => FeatureTestRunner . RunWithHwIntrinsicsFeature ( RunSubtractGreenTest , HwIntrinsics . DisableAVX2 | HwIntrinsics . DisableSSSE3 ) ;
329332
You can’t perform that action at this time.
0 commit comments