From c9d4b54150b67e1701a920719ba2c7c03d897d27 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 11 May 2025 19:40:47 -0400 Subject: Stride load, stride store --- inc/wb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/wb.h') diff --git a/inc/wb.h b/inc/wb.h index 35c9240..bbba5bf 100644 --- a/inc/wb.h +++ b/inc/wb.h @@ -51,7 +51,8 @@ class WB : public Stage * @return the vector register to be stored, obtained by copying the * unfilled elements in the destination register to the source. This is * required to ensure what is written back only changes VECTOR_LENGTH number - * of elements. + * of elements. Correctly handles zeroing out ALU operations if the VECTOR + * LENGTH number is zero. */ std::array copy_extra_vector_elements(); }; -- cgit v1.2.3