<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for South Winds Games :: Blog</title>
	<atom:link href="http://www.southwindsgames.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.southwindsgames.com/blog</link>
	<description>Casual Games Development</description>
	<lastBuildDate>Tue, 15 Jun 2010 17:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by Marcos</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-5964</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-5964</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by Joonas Kekoni</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-5032</link>
		<dc:creator>Joonas Kekoni</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-5032</guid>
		<description>Thanx. I was looking for this.</description>
		<content:encoded><![CDATA[<p>Thanx. I was looking for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Airport Mania &#8211; Retail by Juan Pablo</title>
		<link>http://www.southwindsgames.com/blog/2009/12/13/airport-mania-retail/comment-page-1/#comment-4527</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=182#comment-4527</guid>
		<description>Hi Joe!
It should be is available at Wal-Mart, Target, Best Buy and some other places ... but they may be getting out of stock so hurry up to get yours :)</description>
		<content:encoded><![CDATA[<p>Hi Joe!<br />
It should be is available at Wal-Mart, Target, Best Buy and some other places &#8230; but they may be getting out of stock so hurry up to get yours <img src='http://www.southwindsgames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Airport Mania &#8211; Retail by Joe</title>
		<link>http://www.southwindsgames.com/blog/2009/12/13/airport-mania-retail/comment-page-1/#comment-4511</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 31 Jan 2010 17:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=182#comment-4511</guid>
		<description>I&#039;d love to get it.Where is it? Is this Walmart or Target?</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to get it.Where is it? Is this Walmart or Target?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by Juan Pablo</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-4252</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Fri, 15 Jan 2010 11:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-4252</guid>
		<description>Yeah!
My head is programmed to write multiplatform code but I should have mentioned it anyway since it is way easier and probably the way to go on intel machines.
Thanks :)</description>
		<content:encoded><![CDATA[<p>Yeah!<br />
My head is programmed to write multiplatform code but I should have mentioned it anyway since it is way easier and probably the way to go on intel machines.<br />
Thanks <img src='http://www.southwindsgames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by Eric Thiele</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-4251</link>
		<dc:creator>Eric Thiele</dc:creator>
		<pubDate>Fri, 15 Jan 2010 11:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-4251</guid>
		<description>on x86 arch you can do it event faster...

bsr eax,eax

input and output are the eax register

bsr out,in (bit search reverse) searches the last enabeld bit in and writes position in out. (position last enabled bit ist the log2)  :-)</description>
		<content:encoded><![CDATA[<p>on x86 arch you can do it event faster&#8230;</p>
<p>bsr eax,eax</p>
<p>input and output are the eax register</p>
<p>bsr out,in (bit search reverse) searches the last enabeld bit in and writes position in out. (position last enabled bit ist the log2)  <img src='http://www.southwindsgames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Open Source Libraries by Juan Pablo</title>
		<link>http://www.southwindsgames.com/blog/2009/03/29/useful-open-source-libraries/comment-page-1/#comment-59</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=104#comment-59</guid>
		<description>Hola Turkos! 
I&#039;m glad you found this article interesting.
I have written it just for the sake of colaboration. Many starters programmers don&#039;t know about licenses and used to confuse them and missuse the open source code.
See you!</description>
		<content:encoded><![CDATA[<p>Hola Turkos!<br />
I&#8217;m glad you found this article interesting.<br />
I have written it just for the sake of colaboration. Many starters programmers don&#8217;t know about licenses and used to confuse them and missuse the open source code.<br />
See you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Open Source Libraries by Turkos</title>
		<link>http://www.southwindsgames.com/blog/2009/03/29/useful-open-source-libraries/comment-page-1/#comment-58</link>
		<dc:creator>Turkos</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=104#comment-58</guid>
		<description>Hello Juan Pablo, generally do not write on your blog because my English is very bad, but I found this article interesting, I think there are many variants with respect to the licenses is the GNU GPL and the LGPL, and each one is results in others. The important thing is that when you see what our project will follow this example and that the GPL allows us to make commercial code, which will be free and should also mention the author and the changes we make, I think this allows us to have applications very good quality as the compilers gcc, g + +, mozilla, netscape that are truly outstanding and are not compared to other proprietary software applications. I think open source is a good concept for large applications, as mentioned by Eric S. Raymond in his book The Cathedral and the Bazaar</description>
		<content:encoded><![CDATA[<p>Hello Juan Pablo, generally do not write on your blog because my English is very bad, but I found this article interesting, I think there are many variants with respect to the licenses is the GNU GPL and the LGPL, and each one is results in others. The important thing is that when you see what our project will follow this example and that the GPL allows us to make commercial code, which will be free and should also mention the author and the changes we make, I think this allows us to have applications very good quality as the compilers gcc, g + +, mozilla, netscape that are truly outstanding and are not compared to other proprietary software applications. I think open source is a good concept for large applications, as mentioned by Eric S. Raymond in his book The Cathedral and the Bazaar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by Juan Pablo</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-53</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Fri, 03 Apr 2009 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-53</guid>
		<description>You are right!
Corrected, thanks!</description>
		<content:encoded><![CDATA[<p>You are right!<br />
Corrected, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Integer Log2 function in C/C++ by cristina</title>
		<link>http://www.southwindsgames.com/blog/2009/01/19/fast-integer-log2-function-in-cc/comment-page-1/#comment-52</link>
		<dc:creator>cristina</dc:creator>
		<pubDate>Fri, 03 Apr 2009 04:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.southwindsgames.com/blog/?p=48#comment-52</guid>
		<description>it is not equal or bigger. 
it is the last smaller or equal</description>
		<content:encoded><![CDATA[<p>it is not equal or bigger.<br />
it is the last smaller or equal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
