From 4aa6523d454bdea58e6ebf2818c7a9decc4d437e Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Sun, 3 Sep 2023 21:40:28 +0000 Subject: [PATCH] Update changelog. --- doc/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index ea606b729..1792e9f20 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -24,9 +24,10 @@ Changes - **BREAKING**: the minimum supported LLVM version is now 11 (`#342 `__). This is a :ref:`breaking change `. -- The LLVM SLP vectorizer is now enabled when JIT compiling - with optimisations +- The LLVM SLP vectorizer can now enabled (`#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 `__).