Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Jun 9, 2020
1 parent 0d68f80 commit 85a27f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

A swift package providing a bitwise rotation operator written in a way to [compile](https://www.godbolt.org/z/5FxveA) to `ror` and `rol` on x86.

# Setup

In your Package.swift add:
```swift
.package(url: "https://github.com/TG908/BitwiseRotate.git", from: "0.0.1")
```

0 comments on commit 85a27f6

Please sign in to comment.