Skip to content

Commit

Permalink
typo (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphrbrns authored Jan 26, 2025
1 parent 4ffd442 commit 2255df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ unpack_integers(v::AbstractVector, n::Integer) = unpack_integers(v, 1, length(v)

unpack_integers(v::AbstractVector, c::Integer, n::Integer) = unpack_integers(v, fld(length(v), c), c, n)

# unpack_integers `r` rows of `c` n-bit integers to useful word-sized integers
# unpack `r` rows of `c` n-bit integers to useful word-sized integers
unpack_integers(v::AbstractVector, r, c, n::Integer) = unpack_integers(v, r, c, Val(n))

# for SIMD, must have (c % M) == 0 && (M * N) % (K * 8) == 0, where M is
Expand Down

0 comments on commit 2255df5

Please sign in to comment.