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 48677bb commit 94b8968Copy full SHA for 94b8968
BitFaster.Caching.Benchmarks/Lfu/SketchIncrement.cs
@@ -70,7 +70,7 @@ public void IncBlock()
70
#if Arm64
71
public void IncBlockNeonNotPinned()
72
#else
73
- public int IncBlockAvxNotPinned()
+ public void IncBlockAvxNotPinned()
74
#endif
75
{
76
for (int i = 0; i < iterations; i++)
0 commit comments