Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ internal static partial class Marvin
/// Compute a Marvin OrdinalIgnoreCase hash and collapse it into a 32-bit hash.
/// n.b. <paramref name="count"/> is specified as char count, not byte count.
/// </summary>
[MethodImpl(MethodImplOptions.NoInlining)]
public static int ComputeHash32OrdinalIgnoreCase(ref char data, int count, uint p0, uint p1)
{
uint ucount = (uint)count; // in chars
Expand Down