Skip to content

Commit b011d03

Browse files
Merge pull request #3 from Moelf/patch-1
Update README.md
2 parents 84581eb + 85fef0c commit b011d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This library provides "vectorized" (with/without multithreading) versions of the
1616
4. `logsumexp`, `softmax`, `logsoftmax` ("safe" versions: avoid underflow/overflow)
1717

1818
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.
2020

2121
## Motivation
2222

@@ -248,4 +248,4 @@ The original motivation for this work was a vectorized & multithreaded multi-dim
248248

249249
## Elsewhere
250250
* [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

Comments
 (0)