<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Entropy Wave Open Source</title>
	<atom:link href="http://code.entropywave.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.entropywave.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 01:15:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Orc-0.4.6 released</title>
		<link>http://code.entropywave.com/2010/07/orc-0-4-6-released/</link>
		<comments>http://code.entropywave.com/2010/07/orc-0-4-6-released/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:14:56 +0000</pubDate>
		<dc:creator>entropywave</dc:creator>
				<category><![CDATA[orc]]></category>

		<guid isPermaLink="false">http://code.entropywave.com/?p=35</guid>
		<description><![CDATA[Changes:
 &#8211; Various fixes to make Orc more portable
 &#8211; Major performance improvements to NEON backend
 &#8211; Minor performance improvements to SSE backend
 &#8211; Major improvements to ARM backend, now passes regression
   tests.
The defaults for floating point operations have been changed
somewhat: NANs are handled more like the IEEE 754 standard,
and denormals in operations [...]]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<p> &#8211; Various fixes to make Orc more portable<br />
 &#8211; Major performance improvements to NEON backend<br />
 &#8211; Minor performance improvements to SSE backend<br />
 &#8211; Major improvements to ARM backend, now passes regression<br />
   tests.</p>
<p>The defaults for floating point operations have been changed<br />
somewhat: NANs are handled more like the IEEE 754 standard,<br />
and denormals in operations are treated as zeros.  The NAN<br />
changes causes certain SSE operations to be slightly slower,<br />
but produce less surprising results.  Treating denormals as<br />
zero has effects ranging from &#8220;slightly faster&#8221; to &#8220;now possible&#8221;.</p>
<p>New tool: orc-bugreport.  Mainly this is to provide a limited<br />
testing tool in the field, especially for embedded targets<br />
which would not have access to the testsuite that is not<br />
installed.</p>
<p>The environment variable ORC_CODE can now be used to adjust<br />
some code generation.  See orc-bugreport &#8211;help for details.</p>
<p>orcc has a new option to generate code that is compatible<br />
with older versions of Orc.  For example, if your software<br />
package only uses 0.4.5 features, you can use &#8211;compat 0.4.5<br />
to generate code that run on 0.4.5, otherwise it may generate<br />
code that requires 0.4.6.  Useful for generating source code<br />
for distribution.</p>
<p>New NEON detection relies on Linux 2.6.29 or later.</p>
<p>Plans for 0.4.7: (not that past predictions have been at all<br />
accurate) New opcodes for FIR filtering, scaling and compositing<br />
of images and video.  Instruction scheduler, helpful for non-OOO<br />
CPUs.  Minor SSE/NEON improvements.  Orcc generation of inline<br />
macros.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.entropywave.com/2010/07/orc-0-4-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Old News) Orc-0.4.5 released</title>
		<link>http://code.entropywave.com/2010/06/old-news-orc-0-4-5-released/</link>
		<comments>http://code.entropywave.com/2010/06/old-news-orc-0-4-5-released/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:54:12 +0000</pubDate>
		<dc:creator>entropywave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://code.entropywave.com/?p=30</guid>
		<description><![CDATA[I forgot to make an announcement here when 0.4.5 was released a few weeks ago.

0.4.5
=====
This release contains many small improvements related to
converting GStreamer from liboil to Orc.
The major addition in this release is the mainstreaming of
the NEON backend, made possible by Nokia.
There is a new experimental option to ./configure,
--enable-backend, which allows you to choose a [...]]]></description>
			<content:encoded><![CDATA[<p>I forgot to make an announcement here when 0.4.5 was released a few weeks ago.</p>
<p><code><br />
0.4.5<br />
=====</p>
<p>This release contains many small improvements related to<br />
converting GStreamer from liboil to Orc.</p>
<p>The major addition in this release is the mainstreaming of<br />
the NEON backend, made possible by Nokia.</p>
<p>There is a new experimental option to ./configure,<br />
--enable-backend, which allows you to choose a single code<br />
generation backend to include in the library.  This is mostly<br />
useful for embedded systems, and is not recommended in general.</p>
<p>The upcoming release will focus on improving code generation<br />
for the SSE and NEON backends.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://code.entropywave.com/2010/06/old-news-orc-0-4-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orc-0.4.4 Released</title>
		<link>http://code.entropywave.com/2010/03/orc-0-4-4-released/</link>
		<comments>http://code.entropywave.com/2010/03/orc-0-4-4-released/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:34:38 +0000</pubDate>
		<dc:creator>entropywave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://code.entropywave.com/?p=26</guid>
		<description><![CDATA[This is almost entirely a cleanup and bug fix release.
- fix register copying on x86-64
- better checking for partial test failures
- fix documention build
- fix build on many systems I don&#8217;t personally use
- various fixes to build/run on Win64 (Ramiro Polla)
- add performance tests
Next release will merge in the new pixel compositing opcodes
and the SSE [...]]]></description>
			<content:encoded><![CDATA[<p>This is almost entirely a cleanup and bug fix release.</p>
<p>- fix register copying on x86-64<br />
- better checking for partial test failures<br />
- fix documention build<br />
- fix build on many systems I don&#8217;t personally use<br />
- various fixes to build/run on Win64 (Ramiro Polla)<br />
- add performance tests</p>
<p>Next release will merge in the new pixel compositing opcodes<br />
and the SSE instruction scheduler.</p>
<p>Web: <a href="http://code.entropywave.com/projects/orc/">http://code.entropywave.com/projects/orc/</a></p>
<p>Download: <a href="http://code.entropywave.com/download/orc/">http://code.entropywave.com/download/orc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://code.entropywave.com/2010/03/orc-0-4-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orc moved to code.entropywave.com</title>
		<link>http://code.entropywave.com/2009/10/orc-moved-to-code-entropywave-com/</link>
		<comments>http://code.entropywave.com/2009/10/orc-moved-to-code-entropywave-com/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 20:54:30 +0000</pubDate>
		<dc:creator>entropywave</dc:creator>
				<category><![CDATA[orc]]></category>

		<guid isPermaLink="false">http://code.entropywave.com/?p=1</guid>
		<description><![CDATA[Orc has moved to its new home at code.entropywave.com.  The git repository was previously hosted from my home directory at freedesktop.org, and there was no main web page to direct people to.  That will be fixed now that it has a real web site.  This move has been planned for some time, but the recent [...]]]></description>
			<content:encoded><![CDATA[<p>Orc has moved to its new home at code.entropywave.com.  The git repository was previously hosted from my home directory at freedesktop.org, and there was no main web page to direct people to.  That will be fixed now that it has a real web site.  This move has been planned for some time, but the recent power outage and subsequent meltdown of the filesystem at freedesktop.org that contained the repository triggered the action.</p>
<p>The Git clone URI for Orc is now git://code.entropywave.com/git/orc.git</p>
]]></content:encoded>
			<wfw:commentRss>http://code.entropywave.com/2009/10/orc-moved-to-code-entropywave-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
