From f65016b51179e2a6b3dc521f94c55c48915d7305 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Mon, 26 Aug 2024 10:42:16 +0200 Subject: [PATCH] [CHANGELOG] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21b39719..d8eb04fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Start int reductions only if ALU result queue is empty - Fix `acc_dispatcher` CVA6 bug for instructions with side effects - Fix NaN/subnormal floating-point handling in opqueues + - Stall vfdiv/vfsqrt instructions following/preceding other fp instructions ### Added