diff --git a/popcnt_generic.go b/popcnt_generic.go index 6fb2ad8..970efa2 100644 --- a/popcnt_generic.go +++ b/popcnt_generic.go @@ -19,5 +19,5 @@ func popcntOrSlice(s, m []uint64) uint64 { } func popcntXorSlice(s, m []uint64) uint64 { - return popcntSliceGo(s, m) + return popcntXorSliceGo(s, m) }