<?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>Julian Rex &#187; vfp</title>
	<atom:link href="http://julianrex.com/tag/vfp/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianrex.com</link>
	<description>iPhone and iPad Apps and Game Development</description>
	<lastBuildDate>Wed, 23 Mar 2011 22:35:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>iPhone ARM references</title>
		<link>http://julianrex.com/2008/10/iphone-arm-references/</link>
		<comments>http://julianrex.com/2008/10/iphone-arm-references/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:44:11 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[vfp]]></category>

		<guid isPermaLink="false">http://rexy.co.uk/wordpress/?p=8</guid>
		<description><![CDATA[June 2009: The recently announced iPhone 3GS has a different set of hardware, and the original post does not apply to this new device. The chip is suspected to be the ARM Cortex-A8, based on ARMv7 (compare with ARMv6 below). Looking at the specs it appears to have a NEON unit, which should be good [...]]]></description>
			<content:encoded><![CDATA[<p class="updated">June 2009: The recently announced iPhone 3GS has a different set of hardware, and the original post does not apply to this new device. The chip is suspected to be the ARM Cortex-A8, based on ARMv7 (compare with ARMv6 below). <a href="http://www.arm.com/products/CPUs/ARM_Cortex-A8.html">Looking at the specs</a> it appears to have a NEON unit, which should be good news for games developers.</p>
<p>Well over a year ago Engadget <a href="http://www.engadget.com/2007/07/01/iphone-processor-found-620mhz-arm/">posted a description</a> of the (suspected) processor in the iPhone  - <a href="http://www.arm.com/products/CPUs/ARM1176.html">ARM1176JZF</a> (ARM11 family, implementing the ARMv6 instruction set). It has a VFP11 vector coprocessor for SIMD operations. It <a href="http://www.arm.com/products/CPUs/architecture.html">does not support NEON</a> as some have suggested.</p>
<p style="text-align: center;">
<a href="http://www.arm.com/products/CPUs/ARM1176.html"><img class="aligncenter" src="/images/4038.jpg" alt="" width="200" height="239" /></a>
</p>
<p>In my attempt to figure out how to access the SIMD operations for matrix and vector math, I&#8217;ve found these reference PDFs that might be of use to others:</p>
<ul>
<li>The <a href="http://www.arm.com/miscPDFs/14128.pdf">ARM Architecture Reference Manual</a></li>
<li>The <a href="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301g/DDI0301G_arm1176jzfs_r0p7_trm.pdf">ARM1176JZF-S Technical Reference Manual</a></li>
<li>The <a href="http://infocenter.arm.com/help/topic/com.arm.doc.qrc0007d/QRC0007_VFP.pdf">Vector Floating Point Instruction Set Quick Reference Card</a></li>
</ul>
<p>There&#8217;s also a (pay-for) article on the IEEE Xplore website, called <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1291935">&#8220;Accelerating floating-point 3D graphics for vector microprocessors&#8221;</a>, which talks specifically about ARM VFP processors.</p>
<p>It may also be worth keeping an eye on <a href="http://code.google.com/p/vfpmathlibrary/">this math library</a>, which forms part of the <a href="http://oolongengine.com/">Oolong Engine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://julianrex.com/2008/10/iphone-arm-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

