Skip to content

Commit

Permalink
Updates documents for releasing 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatch committed Oct 1, 2019
1 parent 8b77cc4 commit 233ed22
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Next release
## 3.4.1 - 2019-10-01
### Changed
- Fixed accuracy problem with tan_u35, atan_u10, log2f_u35 and exp10f_u10.
https://github.com/shibatch/sleef/pull/260
https://github.com/shibatch/sleef/pull/265
https://github.com/shibatch/sleef/pull/267
- SVE intrinsics that are not supported in newer ACLE are replaced.
https://github.com/shibatch/sleef/pull/268
- FMA4 detection problem is fixed.
https://github.com/shibatch/sleef/pull/262
- Compilation problem under Windows with MinGW is fixed.
https://github.com/shibatch/sleef/pull/266

## 3.4 - 2019-04-28
### Added
- Faster and low precision functions are added.
Expand Down
18 changes: 16 additions & 2 deletions doc/html/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="index.xhtml#credit">Credit</a></li>
<li><a href="index.xhtml#partners">Partners</a></li>
<li><a href="index.xhtml#license">License</a></li>
<li><a href="index.xhtml#history">History of this software</a></li>
<li><a href="index.xhtml#history">History</a></li>
<li><a href="index.xhtml#related">Related projects</a></li>
<li><a href="index.xhtml#publication">Publication</a></li>
</ul>
Expand Down Expand Up @@ -375,10 +375,24 @@ information about Boost Software License.

<h2 id="history">History</h2>

<h4>3.4.1 (Released on Oct 1, 2019)</h4>
<ul class="disc">
<li>Fixed accuracy problem with tan_u35, atan_u10, log2f_u35 and exp10f_u10 (PR
<a class="underlined" href="https://github.com/shibatch/sleef/pull/260">#260</a>,
<a class="underlined" href="https://github.com/shibatch/sleef/pull/265">#265</a>,
<a class="underlined" href="https://github.com/shibatch/sleef/pull/267">#267</a>)</li>
<li>SVE intrinsics that are not supported in newer ACLE are replaced (PR
<a class="underlined" href="https://github.com/shibatch/sleef/pull/268">#268</a>)</li>
<li>FMA4 detection problem is fixed (PR
<a class="underlined" href="https://github.com/shibatch/sleef/pull/262">#262</a>)</li>
<li>Compilation problem under Windows with MinGW is fixed (PR
<a class="underlined" href="https://github.com/shibatch/sleef/pull/266">#266</a>)</li>
</ul>

<h4>3.4 (Released on Apr 28, 2019)</h4>
<ul class="disc">
<li>Faster and low precision functions are
added(PR <a class="underlined"
added (PR <a class="underlined"
href="https://github.com/shibatch/sleef/pull/229">#229</a>)</li>
<li>Functions that return consistent results across platforms are
added (PR <a class="underlined" href="https://github.com/shibatch/sleef/pull/216">#216</a>,
Expand Down

0 comments on commit 233ed22

Please sign in to comment.