Skip to content

Commit

Permalink
Remove commented out additional line
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Aug 9, 2023
1 parent fc7e7de commit 753c558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ end
end

@inline function nsplit(::Type{T}, n) where {T}
# k = max(2, 512 ÷ (isbitstype(T) ? sizeof(T) : 8))
k = max(2, 128 ÷ (isbitstype(T) ? sizeof(T) : 8))
k_2 = k ÷ 2
return n >= k ? ((n + k_2) ÷ k) * k_2 : n ÷ 2
Expand Down

0 comments on commit 753c558

Please sign in to comment.