<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/x64FPURoundMode.cpp, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>x64FPURoundMode: fix comments</title>
<updated>2015-06-23T00:17:36+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-06-23T00:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=de3c01dc2a6c7a2a0a5b4b73edbc27d2f311d002'/>
<id>de3c01dc2a6c7a2a0a5b4b73edbc27d2f311d002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64FPURoundMode: Make a look-up table static</title>
<updated>2015-03-19T13:07:36+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-03-19T13:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e57201eb71a05540aa8d1c7f37b377585d56d111'/>
<id>e57201eb71a05540aa8d1c7f37b377585d56d111</id>
<content type='text'>
Since it's only a look-up table, this doesn't need to be recreated every time the function is called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it's only a look-up table, this doesn't need to be recreated every time the function is called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the intrinsics #ifdef mess</title>
<updated>2015-02-24T00:02:36+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-02-23T19:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f298f00e1b3dfd14eeeac65524c9703f0758fa5a'/>
<id>f298f00e1b3dfd14eeeac65524c9703f0758fa5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include CommonTypes.h instead of Common.h.</title>
<updated>2014-09-08T19:39:58+00:00</updated>
<author>
<name>Rohit Nirmal</name>
<email>rohitnirmal9@gmail.com</email>
</author>
<published>2014-09-08T01:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fbc64984ca7de7db10b1a8a4f49002f260c93569'/>
<id>fbc64984ca7de7db10b1a8a4f49002f260c93569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the rest of x86_32 support from Common.</title>
<updated>2014-08-03T18:49:46+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-08-03T18:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0c24e1dcf21db56c31a069484514e5e9ff760c93'/>
<id>0c24e1dcf21db56c31a069484514e5e9ff760c93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set DAZ on x86 in non-IEEE mode.</title>
<updated>2014-06-15T10:51:51+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2014-06-15T04:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d905cbfd5d05b7c22ae6a28fd27208f0aa53e3d2'/>
<id>d905cbfd5d05b7c22ae6a28fd27208f0aa53e3d2</id>
<content type='text'>
I have no idea why we were using it in the first place; it doesn't match
the behavior of PPC NI flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have no idea why we were using it in the first place; it doesn't match
the behavior of PPC NI flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "x64FPURoundMode: always set x87 precision"</title>
<updated>2014-05-11T03:21:07+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2014-05-11T03:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=700c1353866bcc4490d6957a1a6a09ef02ffa9bd'/>
<id>700c1353866bcc4490d6957a1a6a09ef02ffa9bd</id>
<content type='text'>
This reverts commit 9de77b7c23252cbedaee993f7c56b2deb0ce2bef.
Setting x87 precision control is only supported on x86 platforms (not ARM or x64).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9de77b7c23252cbedaee993f7c56b2deb0ce2bef.
Setting x87 precision control is only supported on x86 platforms (not ARM or x64).
</pre>
</div>
</content>
</entry>
<entry>
<title>x64FPURoundMode: always set x87 precision</title>
<updated>2014-04-30T23:10:00+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-04-01T23:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9de77b7c23252cbedaee993f7c56b2deb0ce2bef'/>
<id>9de77b7c23252cbedaee993f7c56b2deb0ce2bef</id>
<content type='text'>
Set the x87 precision, even on x64. Since we are using x87 instructions
in the JIT now, we can't guarantee that x87 precision will never
influence Dolphin on x64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the x87 precision, even on x64. Since we are using x87 instructions
in the JIT now, we can't guarantee that x87 precision will never
influence Dolphin on x64.
</pre>
</div>
</content>
</entry>
<entry>
<title>x64FPURoundMode: use fesetround() instead of asm</title>
<updated>2014-04-30T23:09:55+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-03-28T18:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ed762a3edace1782a69d3f15da45872ee69537d1'/>
<id>ed762a3edace1782a69d3f15da45872ee69537d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
