Skip to content

Commit 94b8968

Browse files
committed
fix return
1 parent 48677bb commit 94b8968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching.Benchmarks/Lfu/SketchIncrement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void IncBlock()
7070
#if Arm64
7171
public void IncBlockNeonNotPinned()
7272
#else
73-
public int IncBlockAvxNotPinned()
73+
public void IncBlockAvxNotPinned()
7474
#endif
7575
{
7676
for (int i = 0; i < iterations; i++)

0 commit comments

Comments
 (0)