From f4577a51700ac435e1f23c38559f692f492627d7 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 22 Aug 2024 19:29:47 +0200 Subject: [PATCH] [CHANGELOG] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ca7b722..ac9eb2c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix fft, exp, softmax, roi_align performance - Fix printf bug (missing characters) - UART and CTRL memory regions are now idempotent - Start int reductions only if ALU result queue is empty + - Fix `acc_dispatcher` CVA6 bug for instructions with side effects ### Added