<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/UnitTests/Common, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>MathUtilTest: Fix tests on MSVC - Document compiler bug</title>
<updated>2016-04-03T23:16:47+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-04-03T23:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8d9221a71e235393db3c03322e1324f400d0d915'/>
<id>8d9221a71e235393db3c03322e1324f400d0d915</id>
<content type='text'>
MSVC's implementation of numeric_limits currently generates incorrect
signaling NaNs. The resulting values are actually quiet NaNs instead.

This commit is based off of a solution by shuffle2. The only
difference is a template specialization for floats is also added
to cover all bases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MSVC's implementation of numeric_limits currently generates incorrect
signaling NaNs. The resulting values are actually quiet NaNs instead.

This commit is based off of a solution by shuffle2. The only
difference is a template specialization for floats is also added
to cover all bases
</pre>
</div>
</content>
</entry>
<entry>
<title>General: Replace GC_ALIGN macros with alignas</title>
<updated>2015-09-06T16:53:51+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-05T15:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8ce04f9a65612b7553015428e617ba7c53913175'/>
<id>8ce04f9a65612b7553015428e617ba7c53913175</id>
<content type='text'>
Standard supported alignment -&gt; out with compiler-specific.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Standard supported alignment -&gt; out with compiler-specific.
</pre>
</div>
</content>
</entry>
<entry>
<title>CommonFuncs: Replace ArraySize define with constexpr equivalent</title>
<updated>2015-09-04T03:47:14+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-04T03:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3f1b488a12f9dd8acdd8fa85331176fac0362afd'/>
<id>3f1b488a12f9dd8acdd8fa85331176fac0362afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MathUtil: Remove IsNAN and IsINF</title>
<updated>2015-08-21T19:05:43+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-08-21T19:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=caec42135d9b47881574625b341a6730820a2ff7'/>
<id>caec42135d9b47881574625b341a6730820a2ff7</id>
<content type='text'>
These aren't necessary, since the stdlib provides equivalents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These aren't necessary, since the stdlib provides equivalents.
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: add MOVSLDUP/MOVSHDUP</title>
<updated>2015-08-06T08:39:43+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-08-04T21:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=439fb26b9b7c123b6b94e63c2eb38059f237ce18'/>
<id>439fb26b9b7c123b6b94e63c2eb38059f237ce18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "x64: build a Position-Independent Executable (PIE)"</title>
<updated>2015-06-14T04:06:26+00:00</updated>
<author>
<name>Matthew Parlane</name>
<email>parlane@gmail.com</email>
</author>
<published>2015-06-14T04:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f32cede08674031d0fb5b49d5a13c9dbe08d6727'/>
<id>f32cede08674031d0fb5b49d5a13c9dbe08d6727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2496 from Tilka/fma4</title>
<updated>2015-06-06T15:31:55+00:00</updated>
<author>
<name>flacs</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-06-06T15:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d3e47dfcf573e3fef422517799a52e3b5aa5c91d'/>
<id>d3e47dfcf573e3fef422517799a52e3b5aa5c91d</id>
<content type='text'>
Jit64: add FMA4 support to fmaddXX</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jit64: add FMA4 support to fmaddXX</pre>
</div>
</content>
</entry>
<entry>
<title>MemoryUtil: get executable pages near static data</title>
<updated>2015-06-03T19:44:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-02T09:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d4538c762ff1d42b69c325abea9bd0ce3854f486'/>
<id>d4538c762ff1d42b69c325abea9bd0ce3854f486</id>
<content type='text'>
and clean up a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and clean up a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>XEmitter: add FMA4 instructions</title>
<updated>2015-06-02T17:19:52+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T07:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8db6588bb921d1beac5b7df50ac24e67453f0991'/>
<id>8db6588bb921d1beac5b7df50ac24e67453f0991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unittests: Add BlockingLoopTest</title>
<updated>2015-05-30T11:40:36+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2015-05-28T07:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9c730b0a1f50b32348b28d14726ad88bbae691d0'/>
<id>9c730b0a1f50b32348b28d14726ad88bbae691d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
