We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6fd96b + fafba05 commit 73f3c7aCopy full SHA for 73f3c7a
src/ImageSharp/Common/Helpers/SimdUtils.BasicIntrinsics256.cs
@@ -19,6 +19,7 @@ public static class BasicIntrinsics256
19
{
20
public static bool IsAvailable { get; } = IsAvx2CompatibleArchitecture;
21
22
+#if !SUPPORTS_EXTENDED_INTRINSICS
23
/// <summary>
24
/// <see cref="BulkConvertByteToNormalizedFloat"/> as many elements as possible, slicing them down (keeping the remainder).
25
/// </summary>
@@ -74,6 +75,7 @@ internal static void BulkConvertNormalizedFloatToByteClampOverflowsReduce(
74
75
dest = dest.Slice(adjustedCount);
76
}
77
78
+#endif
79
80
81
/// SIMD optimized implementation for <see cref="SimdUtils.BulkConvertByteToNormalizedFloat"/>.
0 commit comments