aboutsummaryrefslogtreecommitdiffstats
path: root/isOddBetter.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
commit7941415ea2408a2d91cc458591d4e707ec5d4c39 (patch)
treee5455d1a12ab1bffec64a0e67648362133276771 /isOddBetter.c
parent01f1c8246b7b96b659519f824966c8793053fc75 (diff)
downloadc-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.gz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.xz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.zip
Added more annotation
Diffstat (limited to 'isOddBetter.c')
-rw-r--r--isOddBetter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/isOddBetter.c b/isOddBetter.c
index 7788b4a..592bbee 100644
--- a/isOddBetter.c
+++ b/isOddBetter.c
@@ -1,3 +1,7 @@
+// Trying to see the differences between assembly created using different odd checks.
+// This taught me that the compiler is less stupid than I thought it was. The final test
+// is ommited from this directory because it involved two cluttery small files. But it
+// proved that the compiler does not automatically do odd checks the faster way.
#include<stdio.h>
_Bool isOdd( int );