<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/powerpc/include/float.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2017-11-20T19:43:44Z</updated>
<entry>
<title>sys: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:43:44Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=51369649b03ece2aed3eb61b0c8214b9aa5b2fa2'/>
<id>urn:sha1:51369649b03ece2aed3eb61b0c8214b9aa5b2fa2</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Rationalize BSD license on sys/*/include/float.h</title>
<updated>2015-08-05T17:05:35Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-08-05T17:05:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=96226a9aa7e9171903cfa2be4c2abb6b663f0663'/>
<id>urn:sha1:96226a9aa7e9171903cfa2be4c2abb6b663f0663</id>
<content type='text'>
Remove the advertising clause from the Regents of the University of
California's license, per the letter dated July 22, 1999.

Update clause numbering.
</content>
</entry>
<entry>
<title>Add C11 macros describing subnormal numbers to float.h.</title>
<updated>2012-01-23T06:36:41Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2012-01-23T06:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2ee7b1d4ae6ce4ca6a9bf76ed5dec3d7994f9e52'/>
<id>urn:sha1:2ee7b1d4ae6ce4ca6a9bf76ed5dec3d7994f9e52</id>
<content type='text'>
Reviewed by:	bde
</content>
</entry>
<entry>
<title>Add parentheses where required.  Without them, `sizeof LDBL_MAX'</title>
<updated>2012-01-20T06:51:41Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2012-01-20T06:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9fa03ecd019011dc4a2c43db3c16de4fc0dac2ba'/>
<id>urn:sha1:9fa03ecd019011dc4a2c43db3c16de4fc0dac2ba</id>
<content type='text'>
is a syntax error and shouldn't be, while `1 FLT_ROUNDS' isn't a
syntax error and should be.  Thanks to bde for the examples.
</content>
</entry>
<entry>
<title>Change the definition of FLT_EVAL_METHOD from 1 to 0.  A value of 1 implies</title>
<updated>2012-01-16T20:17:29Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2012-01-16T20:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b3088c8315f181cb9e6caa8b1c84619b5a061560'/>
<id>urn:sha1:b3088c8315f181cb9e6caa8b1c84619b5a061560</id>
<content type='text'>
that the compiler promotes floats to double precision in computations, but
inspection of the output of a cross-compiler indicates that this isn't the
case on powerpc.
</content>
</entry>
<entry>
<title>We don't support any floating point types larger than double on</title>
<updated>2011-01-09T06:05:22Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2011-01-09T06:05:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fb7daace8b1c20e5421da3f529abddcc4f96959e'/>
<id>urn:sha1:fb7daace8b1c20e5421da3f529abddcc4f96959e</id>
<content type='text'>
powerpc, so DECIMAL_DIG should be 17.
</content>
</entry>
<entry>
<title>Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.</title>
<updated>2008-11-16T19:20:29Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-11-16T19:20:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=77a5f1bddfd013b4700f6a646bf4c043df3b5c1a'/>
<id>urn:sha1:77a5f1bddfd013b4700f6a646bf4c043df3b5c1a</id>
<content type='text'>
Submitted by:	Andreas Tobler &lt;andreast-list@fgznet.ch&gt;
Reviewed by:	das@
</content>
</entry>
<entry>
<title>Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC</title>
<updated>2008-02-24T19:22:53Z</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@FreeBSD.org</email>
</author>
<published>2008-02-24T19:22:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=56ae1bed483309cf68c5089a8b45f607d1e4773e'/>
<id>urn:sha1:56ae1bed483309cf68c5089a8b45f607d1e4773e</id>
<content type='text'>
variations (e500 currently), this provides a gcc-level FPU emulation and is an
alternative approach to the recently introduced kernel-level emulation
(FPU_EMU).

Approved by:	cognet (mentor)
MFp4:		e500
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T02:29:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T02:29:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=60727d8b86294910d41cbda1a50a855ea0537449'/>
<id>urn:sha1:60727d8b86294910d41cbda1a50a855ea0537449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix printing of long doubles to match the size  that</title>
<updated>2004-07-19T23:56:07Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2004-07-19T23:56:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=df11547f5d598cf160b2ca751e845b2c29f93a12'/>
<id>urn:sha1:df11547f5d598cf160b2ca751e845b2c29f93a12</id>
<content type='text'>
gcc is using.  This fixes devstat consumers (like vmstat, iostat,
systat) so they don't print crazy zillion digit numbers for
disk transfers and bandwidth.

According to gcc, long doubles are 64-bits, rather than 128 bits
like the SVR4 ABI spec wants them to be..  Note that MacOSX also treats
long doubles as 64-bits, and not 128 bits, so we are in good company.

Reviewed by: das
Approved by: grehan
</content>
</entry>
</feed>
