Skip to content

Commit 753c558

Browse files
authored
Remove commented out additional line
1 parent fc7e7de commit 753c558

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lu.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ end
144144
end
145145

146146
@inline function nsplit(::Type{T}, n) where {T}
147-
# k = max(2, 512 ÷ (isbitstype(T) ? sizeof(T) : 8))
148147
k = max(2, 128 ÷ (isbitstype(T) ? sizeof(T) : 8))
149148
k_2 = k ÷ 2
150149
return n >= k ? ((n + k_2) ÷ k) * k_2 : n ÷ 2

0 commit comments

Comments
 (0)