Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the `avr-gcc` and other tool chains.
The following more detailed example provides an in-depth examination
into effectively using soft_double. This code computes and checks the value of

$$\sqrt{\pi}~{\approx}~1.77245385090551602730~{\ldots}$$
$$\sqrt{\pi}~{\approx}~1.77245385090551602730{\ldots}$$

This example, compiled with successful output result,
is shown in its entirety in the following
Expand Down Expand Up @@ -320,4 +320,6 @@ C++ standards are included in CI.

The origins of `soft_double` in modern C++ can be traced to traditional
[berkeley-softfloat-3](https://github.com/ucb-bar/berkeley-softfloat-3).
Consistency with the original licensing thereof has been maintained.
Consistency with the
[original licensing](./COPYING.txt)
thereof has been retained.
2 changes: 1 addition & 1 deletion soft_double_vs2022.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="math\softfloat\soft_double.h" />
<ClInclude Include="math\softfloat\soft_double_decwide_t_detail_fft_bindings.h" />
<ClInclude Include="math\softfloat\soft_double_examples.h" />
<ClInclude Include="test\test_soft_double_examples.h" />
<ClInclude Include="util\utility\util_baselexical_cast.h" />
Expand Down Expand Up @@ -71,6 +70,7 @@
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
<Text Include="COPYING.txt" />
<Text Include="examples\CMakeLists.txt" />
<Text Include="LICENSE_1_0.txt" />
<Text Include="test\CMakeLists.txt" />
Expand Down
4 changes: 1 addition & 3 deletions soft_double_vs2022.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@
<ClInclude Include="test\test_soft_double_examples.h">
<Filter>test</Filter>
</ClInclude>
<ClInclude Include="math\softfloat\soft_double_decwide_t_detail_fft_bindings.h">
<Filter>math\softfloat</Filter>
</ClInclude>
<ClInclude Include="math\softfloat\soft_double_examples.h">
<Filter>math\softfloat</Filter>
</ClInclude>
Expand Down Expand Up @@ -194,5 +191,6 @@
</Text>
<Text Include="CMakeLists.txt" />
<Text Include="LICENSE_1_0.txt" />
<Text Include="COPYING.txt" />
</ItemGroup>
</Project>