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.
1 parent 94c1b6c commit 1f34961Copy full SHA for 1f34961
src/Base64AVX2UTF16.cs
@@ -11,8 +11,6 @@ public static partial class Base64
11
// Caller is responsible for checking that Avx2.IsSupported && Popcnt.IsSupported
12
public unsafe static OperationStatus DecodeFromBase64AVX2(ReadOnlySpan<char> source, Span<byte> dest, out int bytesConsumed, out int bytesWritten, bool isUrl = false)
13
{
14
-
15
16
if (isUrl)
17
18
return InnerDecodeFromBase64AVX2Url(source, dest, out bytesConsumed, out bytesWritten);
0 commit comments