From 96f869faa491a4840f967e894af9b2fd24db57b7 Mon Sep 17 00:00:00 2001
From: cancel <cancel@cancel.fm>
Date: Wed, 19 Dec 2018 00:23:26 +0900
Subject: [PATCH] Add comment

---
 sim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim.c b/sim.c
index 36ce608..6ae02f5 100644
--- a/sim.c
+++ b/sim.c
@@ -19,7 +19,7 @@ enum {
 // 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 {