Skip to content

Commit 7dd1a32

Browse files
authored
Revert changes after repo rename
1 parent 34c435e commit 7dd1a32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Note that intel MKL has a separate license, which you may want to check for comm
1919

2020
To install IntelVectorMath.jl run
2121
```julia
22-
julia> ] add https://github.com/JuliaMath/VML.jl
22+
julia> ] add https://github.com/JuliaMath/IntelVectorMath.jl
2323
```
24-
(We are in the process of renaming the package and registering it, this path will should change soon.)
2524

2625
## Using IntelVectorMath
2726
After loading `IntelVectorMath`, you have the supported function listed below, for example `IntelVectorMath.sin(rand(100))`. These should provide a significant speed-up over broadcasting the Base functions.

0 commit comments

Comments
 (0)