Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Biscani authored and Francesco Biscani committed Sep 3, 2023
1 parent cf41724 commit 4aa6523
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Changes
- **BREAKING**: the minimum supported LLVM version is now 11
(`#342 <https://github.com/bluescarni/heyoka/pull/342>`__).
This is a :ref:`breaking change <bchanges_2_0_0>`.
- The LLVM SLP vectorizer is now enabled when JIT compiling
with optimisations
- The LLVM SLP vectorizer can now enabled
(`#341 <https://github.com/bluescarni/heyoka/pull/341>`__).
This feature is opt-in due to the fact that enabling it
can considerably increase JIT compilation times.
- The optimisation level for an ``llvm_state`` is now clamped
within the ``[0, 3]`` range
(`#340 <https://github.com/bluescarni/heyoka/pull/340>`__).
Expand Down

0 comments on commit 4aa6523

Please sign in to comment.