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 74683f3 commit 0d68f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitwiseRotate

A swift package that providing a bitwise rotation operator written in a way to [compile](https://www.godbolt.org/z/5FxveA) to `ror` and `rol` on x86.
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.

0 comments on commit 0d68f80

Please sign in to comment.