<?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: Packing floats</title>
	<atom:link href="https://mm.soldat.pl/coding-awesomness/packing-floats/feed" rel="self" type="application/rss+xml" />
	<link>https://mm.soldat.pl/coding-awesomness/packing-floats</link>
	<description>Michał Marcinkowski&#039;s: Gamedev Log &#38; Articles</description>
	<lastBuildDate>Tue, 24 Mar 2026 04:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: MM</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-202177</link>
		<dc:creator><![CDATA[MM]]></dc:creator>
		<pubDate>Thu, 24 Feb 2011 10:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-202177</guid>
		<description><![CDATA[Rivon: Link-Dead would work with fixed precision integers instead of floats. The reason I&#039;m not doing that is I would have to recode a large portion of code. I can&#039;t invest time in that right now.]]></description>
		<content:encoded><![CDATA[<p>Rivon: Link-Dead would work with fixed precision integers instead of floats. The reason I&#8217;m not doing that is I would have to recode a large portion of code. I can&#8217;t invest time in that right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rivon</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-202063</link>
		<dc:creator><![CDATA[Rivon]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 20:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-202063</guid>
		<description><![CDATA[If it really uses so much memory, than you should probably rethink the architecture of the engine and rewrite the code. Not use hackery of this type.]]></description>
		<content:encoded><![CDATA[<p>If it really uses so much memory, than you should probably rethink the architecture of the engine and rewrite the code. Not use hackery of this type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spkka</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-202049</link>
		<dc:creator><![CDATA[Spkka]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 19:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-202049</guid>
		<description><![CDATA[If you never need the precision of a float isn&#039;t it smarter to use shorts in the first place? I also agree with Rivon. Now you need to do additional multiplications and divisions each frame. I think using them straight away is faster? What&#039;s the main reason for this, using less memory, performance?]]></description>
		<content:encoded><![CDATA[<p>If you never need the precision of a float isn&#8217;t it smarter to use shorts in the first place? I also agree with Rivon. Now you need to do additional multiplications and divisions each frame. I think using them straight away is faster? What&#8217;s the main reason for this, using less memory, performance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rivon</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-202045</link>
		<dc:creator><![CDATA[Rivon]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 18:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-202045</guid>
		<description><![CDATA[So you pack and unpack floats every frame? Isn&#039;t it faster to just use them normally? I seriously doubt that there&#039;s any real advantage to this.]]></description>
		<content:encoded><![CDATA[<p>So you pack and unpack floats every frame? Isn&#8217;t it faster to just use them normally? I seriously doubt that there&#8217;s any real advantage to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Underline</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-201781</link>
		<dc:creator><![CDATA[Underline]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 00:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-201781</guid>
		<description><![CDATA[Nice stuff.
I would love to see how you handle animations.]]></description>
		<content:encoded><![CDATA[<p>Nice stuff.<br />
I would love to see how you handle animations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m!nus</title>
		<link>https://mm.soldat.pl/coding-awesomness/packing-floats/comment-page-1#comment-201730</link>
		<dc:creator><![CDATA[m!nus]]></dc:creator>
		<pubDate>Mon, 21 Feb 2011 15:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1570#comment-201730</guid>
		<description><![CDATA[Simple but effective.]]></description>
		<content:encoded><![CDATA[<p>Simple but effective.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
