Skip to content

Commit

Permalink
Disable HwIntrinsics for Tests
Browse files Browse the repository at this point in the history
as suggested in SixLabors#2397 (comment)
  • Loading branch information
stefannikolei committed Mar 13, 2023
1 parent b1a98cb commit ebd8114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class JpegColorConverterTests

private const int TestBufferLength = 40;

private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX;
private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableHWIntrinsic;

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

Expand Down

0 comments on commit ebd8114

Please sign in to comment.