Skip to content

Commit 4e26a0e

Browse files
authored
Update README.md
1 parent c525217 commit 4e26a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# BitwiseRotate
22

3-
A swift package providing a bitwise rotation operator written in a way to [compile](https://www.godbolt.org/z/jXs92u) to `ror` and `rol` on x86.
3+
A swift package providing a bitwise rotation operators for `FixedWidthInteger` written in a sepcific way to [compile](https://www.godbolt.org/z/jXs92u) to `ror` and `rol` on x86.
44

55
# Setup
66

77
In your Package.swift add:
88
```swift
9-
.package(url: "https://github.com/TG908/BitwiseRotate.git", from: "0.0.2")
9+
.package(url: "https://github.com/TG908/BitwiseRotate.git", from: "0.0.3")
1010
```
1111

1212
# Usage

0 commit comments

Comments
 (0)