shithub: orca

Download patch

ref: 96f869faa491a4840f967e894af9b2fd24db57b7
parent: 0bc6f862455f014cb4873e8a38940b40b184f93a
author: cancel <cancel@cancel.fm>
date: Tue Dec 18 19:23:26 EST 2018

Add comment

--- a/sim.c
+++ b/sim.c
@@ -19,7 +19,7 @@
 // capitalized glyphs as well. The index of the lower-cased glyph is returned
 // if the glyph is capitalized.
 #if 1
-// Branchless implementation
+// Branchless implementation. Assumes two's complement.
 static Usz index_of(Glyph c) {
   int i = c;
   enum {