From b071eb2c33212b516fe05f6f1ed9710da28d9039 Mon Sep 17 00:00:00 2001 From: Connor Date: Fri, 23 Oct 2015 15:18:11 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab2783f..4deba2f 100644 --- a/README.md +++ b/README.md @@ -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 ---- ```