<?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 on: Bitwise gems - fast integer math</title>
	<atom:link href="http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/</link>
	<description>game development blog</description>
	<pubDate>Fri, 12 Mar 2010 14:50:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramunas Geciauskas Efficiency of Bitwise Operations in C# &#187;</title>
		<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/comment-page-2/#comment-177720</link>
		<dc:creator>Ramunas Geciauskas Efficiency of Bitwise Operations in C# &#187;</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/#comment-177720</guid>
		<description>[...] I found great article in Polygonal.de blog about useful bitwise operations and attempted to determine how effective those [...]</description>
		<content:encoded><![CDATA[<p>[...] I found great article in Polygonal.de blog about useful bitwise operations and attempted to determine how effective those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notes: Math Optimizations &#124; Course Vector</title>
		<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/comment-page-2/#comment-177164</link>
		<dc:creator>Notes: Math Optimizations &#124; Course Vector</dc:creator>
		<pubDate>Wed, 27 Jan 2010 20:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/#comment-177164</guid>
		<description>[...] If the divisor is a power of 2, the modulo (%) operation can be done with: modulus = numerator &amp; (divisor &#8211; 1); This is about 600% faster. Ref [...]</description>
		<content:encoded><![CDATA[<p>[...] If the divisor is a power of 2, the modulo (%) operation can be done with: modulus = numerator &amp; (divisor &#8211; 1); This is about 600% faster. Ref [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/comment-page-2/#comment-173976</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/#comment-173976</guid>
		<description>Good article.  People are in general dumbfounded by bitwise operators, but they are in fact extremely useful.</description>
		<content:encoded><![CDATA[<p>Good article.  People are in general dumbfounded by bitwise operators, but they are in fact extremely useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fast Line Drawing &#171; JacksonDunstan.com</title>
		<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/comment-page-2/#comment-171419</link>
		<dc:creator>Fast Line Drawing &#171; JacksonDunstan.com</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/#comment-171419</guid>
		<description>[...] version from the original version by Po-Han Lin is the replacement of Math.abs with a well-known bitwise trick for AS3. The static Math.abs call would certainly be a performance [...]</description>
		<content:encoded><![CDATA[<p>[...] version from the original version by Po-Han Lin is the replacement of Math.abs with a well-known bitwise trick for AS3. The static Math.abs call would certainly be a performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????? &#187; Blog Archive &#187; [??]Bitwise gems &#8211; fast integer math?AS3??????</title>
		<link>http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/comment-page-2/#comment-171069</link>
		<dc:creator>?????? &#187; Blog Archive &#187; [??]Bitwise gems &#8211; fast integer math?AS3??????</dc:creator>
		<pubDate>Sat, 28 Nov 2009 16:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/#comment-171069</guid>
		<description>[...] ?????????AS3?????????????????????????????????  [...]</description>
		<content:encoded><![CDATA[<p>[...] ?????????AS3?????????????????????????????????  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
