<?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>floating pointer &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/floating-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Thu, 08 Apr 2010 10:35:34 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Linux Kernel 不支援 Floating Pointer</title>
		<link>https://blog.richliu.com/2010/04/08/909/linux-kernel-%e4%b8%8d%e6%94%af%e6%8f%b4-floating-pointer/</link>
					<comments>https://blog.richliu.com/2010/04/08/909/linux-kernel-%e4%b8%8d%e6%94%af%e6%8f%b4-floating-pointer/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:35:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[floating pointer]]></category>
		<category><![CDATA[linux kernel]]></category>
		<guid isPermaLink="false">http://blog.richliu.com/?p=909</guid>

					<description><![CDATA[<p>http://lkml.indiana.edu/hypermail/linux/kernel/0405.3/1 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2010/04/08/909/linux-kernel-%e4%b8%8d%e6%94%af%e6%8f%b4-floating-pointer/">Linux Kernel 不支援 Floating Pointer</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://lkml.indiana.edu/hypermail/linux/kernel/0405.3/1608.html" target="_blank" rel="noopener">http://lkml.indiana.edu/hypermail/linux/kernel/0405.3/1608.html</a></p>
<blockquote><p>Floating point is forbidden in kernel code since the floating point<br />
registers (and other floating point context) is not saved/restored<br />
during system calls, for efficiency. I&#8217;m speculating here, but it<br />
might be possible to manually save the floating point context while<br />
doing some floating point operations. The problem arises if this code<br />
is interrupted midway. Using a preemptive 2.6 kernel would easily<br />
break here.</p></blockquote>
<p>如果是這樣, 那就 Mask IRQ, 做完再 unmask 掉.  不知道可不可行.</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2010/04/08/909/linux-kernel-%e4%b8%8d%e6%94%af%e6%8f%b4-floating-pointer/">Linux Kernel 不支援 Floating Pointer</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2010/04/08/909/linux-kernel-%e4%b8%8d%e6%94%af%e6%8f%b4-floating-pointer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
