Skip to content

Commit a40aa0f

Browse files
committed
2 parents 4bb812f + 0ffa5b1 commit a40aa0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
[![Build Status](https://travis-ci.com/chriselrod/LoopVectorization.jl.svg?branch=master)](https://travis-ci.com/chriselrod/LoopVectorization.jl)
66
[![Build Status](https://ci.appveyor.com/api/projects/status/github/chriselrod/LoopVectorization.jl?svg=true)](https://ci.appveyor.com/project/chriselrod/LoopVectorization-jl)
77
[![Codecov](https://codecov.io/gh/chriselrod/LoopVectorization.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/chriselrod/LoopVectorization.jl)
8+
9+
## Installation
10+
```
11+
using Pkg
12+
Pkg.add(PackageSpec(url="https://github.com/chriselrod/VectorizationBase.jl"))
13+
Pkg.add(PackageSpec(url="https://github.com/chriselrod/SIMDPirates.jl"))
14+
Pkg.add(PackageSpec(url="https://github.com/chriselrod/SLEEFPirates.jl"))
15+
Pkg.add(PackageSpec(url="https://github.com/chriselrod/LoopVectorization.jl"))
16+
```

0 commit comments

Comments
 (0)