<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/fenv/mips, branch master</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>make arch __fesetround backends hidden</title>
<updated>2018-09-12T18:34:32+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2018-09-10T19:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=039f1b3c564667ab6fc9955bd892c2e527eb80b0'/>
<id>039f1b3c564667ab6fc9955bd892c2e527eb80b0</id>
<content type='text'>
these are not public interfaces and do not match the public function,
but delegate argument checking to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these are not public interfaces and do not match the public function,
but delegate argument checking to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>switch arm, sh, and mips fenv asm from .sub system to .S files</title>
<updated>2016-01-20T02:07:59+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2016-01-20T02:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=af21a82ccc8687aa16e85def7db95efeae4cf72e'/>
<id>af21a82ccc8687aa16e85def7db95efeae4cf72e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mips fesetround failure to write back resulting mode</title>
<updated>2015-10-01T05:10:54+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2015-10-01T05:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fd2add5ba01145593d71362c40a0a39b0b3dd7d2'/>
<id>fd2add5ba01145593d71362c40a0a39b0b3dd7d2</id>
<content type='text'>
patch by Anand Takale.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Anand Takale.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mips fesetenv(FE_DFL_ENV) again</title>
<updated>2015-04-18T02:19:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2015-04-18T02:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=8b0d66d21cc6934de16d909050c97962edb33788'/>
<id>8b0d66d21cc6934de16d909050c97962edb33788</id>
<content type='text'>
commit 5fc1487832e16aa2119e735a388d5f36c8c139e2 attempted to fix it,
but neglected the fact that mips has branch delay slots.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit 5fc1487832e16aa2119e735a388d5f36c8c139e2 attempted to fix it,
but neglected the fact that mips has branch delay slots.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix fesetenv(FE_DFL_ENV) on mips</title>
<updated>2015-02-08T17:56:52+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2015-02-08T17:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=5fc1487832e16aa2119e735a388d5f36c8c139e2'/>
<id>5fc1487832e16aa2119e735a388d5f36c8c139e2</id>
<content type='text'>
mips fesetenv did not handle FE_DFL_ENV, now fcsr is cleared in that
case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mips fesetenv did not handle FE_DFL_ENV, now fcsr is cleared in that
case.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix fenv exception functions to mask their argument</title>
<updated>2013-08-18T20:08:18+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-08-18T20:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=a6b0170a7f51fdea9beec57ae794221290af232b'/>
<id>a6b0170a7f51fdea9beec57ae794221290af232b</id>
<content type='text'>
fesetround.c is a wrapper to do the arch independent argument
check (on archs where rounding mode is not stored in 2 bits
__fesetround still has to check its arguments)

on powerpc fe*except functions do not accept the extra invalid
flags of its fpscr register

the useless FENV_ACCESS pragma was removed from feupdateenv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fesetround.c is a wrapper to do the arch independent argument
check (on archs where rounding mode is not stored in 2 bits
__fesetround still has to check its arguments)

on powerpc fe*except functions do not accept the extra invalid
flags of its fpscr register

the useless FENV_ACCESS pragma was removed from feupdateenv
</pre>
</div>
</content>
</entry>
<entry>
<title>floating point environment/exceptions support for mips</title>
<updated>2012-10-19T00:19:53+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-10-19T00:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f321de9e0ae130e21faab5afe109270ec913602d'/>
<id>f321de9e0ae130e21faab5afe109270ec913602d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
