File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ specialized for (potentially immutable) `StaticArray`s. Many of Julia's
137
137
built-in method definitions inherently assume mutability, and further
138
138
performance optimizations may be made when the size of the array is known to the
139
139
compiler. One example of this is by loop unrolling, which has a substantial
140
- effect on small arrays and tends to automatically triger LLVM's SIMD
140
+ effect on small arrays and tends to automatically trigger LLVM's SIMD
141
141
optimizations. Another way performance is boosted is by providing specialized
142
142
methods for ` det ` , ` inv ` , ` eig ` and ` chol ` where the algorithm depends on the
143
143
precise dimensions of the input. In combination with intelligent fallbacks to
You can’t perform that action at this time.
0 commit comments