You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The naming convention is as follows: a vectorized (without threading) version is prefixed by `v`, and a vectorized with threading version is prefixed by `vt`.
19
-
There is a single exception to this rule: vectorized (without threading) versions of the functions listen in 1. are prefixed by `vv` in order to avoid name collisions with LoopVectorization and VectorizedStatistics.
19
+
There is a single exception to this rule: vectorized (without threading) versions of the functions listed in 1. are prefixed by `vv` in order to avoid name collisions with LoopVectorization and VectorizedStatistics.
20
20
21
21
## Motivation
22
22
@@ -248,4 +248,4 @@ The original motivation for this work was a vectorized & multithreaded multi-dim
248
248
249
249
## Elsewhere
250
250
*[LoopVectorization.jl](https://github.com/chriselrod/LoopVectorization.jl) back-end for this package.
251
-
*[Tullio.jl](https://github.com/mcabbott/Tullio.jl) express any of the reductions using index notation
251
+
*[Tullio.jl](https://github.com/mcabbott/Tullio.jl) express any of the reductions using index notation
0 commit comments