From 7941415ea2408a2d91cc458591d4e707ec5d4c39 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 24 Feb 2014 21:49:18 +0000 Subject: Added more annotation --- isOddBetter.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'isOddBetter.c') 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 _Bool isOdd( int ); -- cgit v1.2.3-70-g09d2