Skip to content

Commit ebd8114

Browse files
committed
Disable HwIntrinsics for Tests
as suggested in #2397 (comment)
1 parent b1a98cb commit ebd8114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class JpegColorConverterTests
2020

2121
private const int TestBufferLength = 40;
2222

23-
private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX;
23+
private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableHWIntrinsic;
2424

2525
private static readonly ApproximateColorSpaceComparer ColorSpaceComparer = new(epsilon: Precision);
2626

0 commit comments

Comments
 (0)