File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.6.1 - 2024-06-10
2
+
3
+ This patch release provides important bug fixes, including a fix
4
+ for API compatibility with 3.5 (#534 ).
5
+ The support and test for some features is still limited, as
6
+ documented in [ README] ( ./README.md ) , however significant progress
7
+ was made in order to test on Linux, macOS and Windows.
8
+
9
+ ### Added
10
+ - Add support for RISC-V in DFT, QUAD and inline headers (#503 ,
11
+ #522 ).
12
+ - Add GHA workflow to run CI tests on Windows x86 (#540 ) and macOS
13
+ x86/aarch64 (#543 ). And update test matrix.
14
+ - Add GHA workflows to run examples in CI (#550 ).
15
+
16
+ ### Changed
17
+ - Cleanup/Improve support for RISC-V in LIBM (#520 , #521 ).
18
+ - Update supported environment in documentation (#529 , #549 ),
19
+ including website and test matrix from README.
20
+
21
+ ### Fixed
22
+ - Major fix and cleanup of CMakeLists.txt (#531 ).
23
+ - Fix compatibility issue after removal of quad and long double
24
+ sincospi (#545 ). Restores functions that are missing in 3.6.
25
+ - Various bug fixes (#528 , #533 , #536 , #537 ).
26
+
1
27
## 3.6 - 2024-02-14
2
28
3
29
This release follows a long period of inactivity. The library is now
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18 )
2
- project (SLEEF VERSION 3.6.0 LANGUAGES C )
2
+ project (SLEEF VERSION 3.6.1 LANGUAGES C )
3
3
4
4
set (SLEEF_SOVERSION ${SLEEF_VERSION_MAJOR} )
5
5
You can’t perform that action at this time.
0 commit comments