<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: denorm</title>
		<atom:link href="http://cycling74.com/forums/topic/denorm/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/denorm/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 01:13:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/denorm/#post-25281</guid>
					<title><![CDATA[denorm]]></title>
					<link>http://cycling74.com/forums/topic/denorm/#post-25281</link>
					<pubDate>Fri, 07 Apr 2006 11:06:54 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I got some feedback from a user of one of my externals  <br />
(tl.crossover4~) that he is experiencing occasional bursts in CPU  <br />
usage. It might be that this is due to some denorm issues in the code  <br />
of the externals. I don&#8217;t have any experience with this, so I am  <br />
wondering if there are some suggestions about what to do with it, or  <br />
sample codes, possibly from other open-sourced 3rd party externals,  <br />
that I could look into.</p>
<p>Thanks,<br />
Trond</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/denorm/#post-74279</guid>
					<title><![CDATA[Re: denorm]]></title>
					<link>http://cycling74.com/forums/topic/denorm/#post-74279</link>
					<pubDate>Fri, 07 Apr 2006 12:34:48 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Trond,</p>
<p>Here is an example of code calling a function that fixes denormals from ttblue:<br />
 <a href="http://svn.sourceforge.net/viewcvs.cgi/ttblue/trunk/ttblue/d" rel="nofollow">http://svn.sourceforge.net/viewcvs.cgi/ttblue/trunk/ttblue/d</a> splib/tt_dcblock.h?r1=31&#038;r2=39</p>
<p>And the definition of that function is at line 125 in this file:<br />
 <a href="http://svn.sourceforge.net/viewcvs.cgi/ttblue/trunk/ttblue/d" rel="nofollow">http://svn.sourceforge.net/viewcvs.cgi/ttblue/trunk/ttblue/d</a> splib/tt_audio_base.h?annotate=49</p>
<p>Because the function is in the class definition itself it will automatically be inlined by the compiler so you don&#8217;t incur a cpu hit for calling the function.  Basically it is adding and subtracting a small number such that the round-off error makes the number that is returned no longer denormalled.  </p>
<p>I hope this is useful&#8230;<br />
  -Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/denorm/#post-74280</guid>
					<title><![CDATA[Re: denorm]]></title>
					<link>http://cycling74.com/forums/topic/denorm/#post-74280</link>
					<pubDate>Fri, 07 Apr 2006 12:38:17 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>Absolutely!</p>
<p>Thanks,<br />
Trond</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/denorm/#post-74281</guid>
					<title><![CDATA[Re: denorm]]></title>
					<link>http://cycling74.com/forums/topic/denorm/#post-74281</link>
					<pubDate>Fri, 07 Apr 2006 14:55:26 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>I forgot to include this piece of information (which is defined in the base cpp file):</p>
<p>const double tt_audio_base::anti_denormal_value = 1e-18;</p>
<p>best,<br />
  Tim</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

