Update README.md

This commit is contained in:
Connor 2015-10-23 15:18:11 -07:00
parent 38ec3b57d1
commit b071eb2c33
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ It computes [crc32s,][crc] and what of it?
[crc]: http://en.wikipedia.org/wiki/Cyclic_redundancy_check
Update
------
If portability isn't a concern; as in your compiler can build gnu11 code;
I'd recommend you use the ["modern"](https://github.com/notwa/crc32/tree/modern) branch.
The code is much cleaner and slightly faster.
Usage
----
```