Commit 0a253be
authored
Explicit loop in
This reduces TTFX
```julia
julia> using LinearAlgebra
julia> Z = zeros(4,4);
julia> @time istril(Z);
0.152632 seconds (572.99 k allocations: 27.476 MiB, 99.98% compilation time) # master
0.091427 seconds (177.39 k allocations: 8.688 MiB, 99.97% compilation time) # this PR
```_iszero for strided views (#1264)1 parent 3f46f5f commit 0a253be
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1358 | 1358 | | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | | - | |
1362 | | - | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
1363 | 1370 | | |
1364 | 1371 | | |
1365 | 1372 | | |
| |||
0 commit comments