authorgravatar for quae@daurnimator.comdaurnimator <quae@daurnimator.com> 2020-05-31 17:15:33+10:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-05-31 12:18:31-04:00
logf5167f73e8765eaba6bd342cd81b0dbe2205519d
tree2673b01c68b2728857628f18b3f36607f1fb467c
parent899d79f8f08936bcaca9c6cdf57c4ae167e7a166

deps/SoftFloat-3e/: commit with LF line endings

`git add --renormalize .` For text files, git expects that all files are commited with LF line endings, it then (optionally) swaps to CRLF on checkout depending on .gitattributes and git config.

2 files changed, 58 insertions(+), 58 deletions(-)

deps/SoftFloat-3e/COPYING.txt+37-37
......@@ -1,37 +1,37 @@
1
2License for Berkeley SoftFloat Release 3e
3
4John R. Hauser
52018 January 20
6
7The following applies to the whole of SoftFloat Release 3e as well as to
8each source file individually.
9
10Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
11University of California. All rights reserved.
12
13Redistribution and use in source and binary forms, with or without
14modification, are permitted provided that the following conditions are met:
15
16 1. Redistributions of source code must retain the above copyright notice,
17 this list of conditions, and the following disclaimer.
18
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions, and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22
23 3. Neither the name of the University nor the names of its contributors
24 may be used to endorse or promote products derived from this software
25 without specific prior written permission.
26
27THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
28EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
30DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
31DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
34ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
1
2License for Berkeley SoftFloat Release 3e
3
4John R. Hauser
52018 January 20
6
7The following applies to the whole of SoftFloat Release 3e as well as to
8each source file individually.
9
10Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
11University of California. All rights reserved.
12
13Redistribution and use in source and binary forms, with or without
14modification, are permitted provided that the following conditions are met:
15
16 1. Redistributions of source code must retain the above copyright notice,
17 this list of conditions, and the following disclaimer.
18
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions, and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22
23 3. Neither the name of the University nor the names of its contributors
24 may be used to endorse or promote products derived from this software
25 without specific prior written permission.
26
27THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
28EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
30DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
31DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
34ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
deps/SoftFloat-3e/README.txt+21-21
......@@ -1,21 +1,21 @@
1
2Package Overview for Berkeley SoftFloat Release 3e
3
4John R. Hauser
52018 January 20
6
7Berkeley SoftFloat is a software implementation of binary floating-point
8that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat
9is distributed in the form of C source code. Building the SoftFloat sources
10generates a library file (typically "softfloat.a" or "libsoftfloat.a")
11containing the floating-point subroutines.
12
13The SoftFloat package is documented in the following files in the "doc"
14subdirectory:
15
16 SoftFloat.html Documentation for using the SoftFloat functions.
17 SoftFloat-source.html Documentation for building SoftFloat.
18 SoftFloat-history.html History of the major changes to SoftFloat.
19
20Other files in the package comprise the source code for SoftFloat.
21
1
2Package Overview for Berkeley SoftFloat Release 3e
3
4John R. Hauser
52018 January 20
6
7Berkeley SoftFloat is a software implementation of binary floating-point
8that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat
9is distributed in the form of C source code. Building the SoftFloat sources
10generates a library file (typically "softfloat.a" or "libsoftfloat.a")
11containing the floating-point subroutines.
12
13The SoftFloat package is documented in the following files in the "doc"
14subdirectory:
15
16 SoftFloat.html Documentation for using the SoftFloat functions.
17 SoftFloat-source.html Documentation for building SoftFloat.
18 SoftFloat-history.html History of the major changes to SoftFloat.
19
20Other files in the package comprise the source code for SoftFloat.
21