We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b49d26b + 3c1c35e commit 52e6371Copy full SHA for 52e6371
README.md
@@ -9,8 +9,8 @@
9
## Installation
10
```
11
using Pkg
12
-Pkg.add("https://github.com/chriselrod/VectorizationBase.jl")
13
-Pkg.add("https://github.com/chriselrod/SIMDPirates.jl")
14
-Pkg.add("https://github.com/chriselrod/SLEEFPirates.jl")
15
-Pkg.add("https://github.com/chriselrod/LoopVectorization.jl")
+Pkg.add(PackageSpec(url="https://github.com/chriselrod/VectorizationBase.jl"))
+Pkg.add(PackageSpec(url="https://github.com/chriselrod/SIMDPirates.jl"))
+Pkg.add(PackageSpec(url="https://github.com/chriselrod/SLEEFPirates.jl"))
+Pkg.add(PackageSpec(url="https://github.com/chriselrod/LoopVectorization.jl"))
16
0 commit comments