Skip to content

Commit 330ca36

Browse files
committed
SSE2 ist not disabled by SSE42
1 parent 994c37b commit 330ca36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ static void AssertHwIntrinsicsFeatureDisabled(string intrinsic)
115115
Assert.False(Pclmulqdq.IsSupported);
116116
break;
117117
case HwIntrinsics.DisableSSE42:
118-
Assert.False(Sse2.IsSupported, "Sse2 should be disabled.");
119118
Assert.False(Sse3.IsSupported, "Sse3 should be disabled.");
120119
Assert.False(Ssse3.IsSupported, "Ssse3 should be disabled.");
121120
Assert.False(Sse41.IsSupported, "Sse41 should be disabled.");
@@ -210,7 +209,6 @@ static void AssertHwIntrinsicsFeatureDisabled(string serializable, string intrin
210209
Assert.False(Pclmulqdq.IsSupported);
211210
break;
212211
case HwIntrinsics.DisableSSE42:
213-
Assert.False(Sse2.IsSupported);
214212
Assert.False(Ssse3.IsSupported);
215213
Assert.False(Sse41.IsSupported);
216214
Assert.False(Sse42.IsSupported);

0 commit comments

Comments
 (0)