diff options
author | bd <bdunahu@operationnull.com> | 2025-05-11 19:40:47 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-11 19:40:47 -0400 |
commit | c9d4b54150b67e1701a920719ba2c7c03d897d27 (patch) | |
tree | 9c4c19ff4b0f7eb53bfae632437eff3a0a42d5e3 /inc/wb.h | |
parent | 79a68cabb033530871a1dab259149480584b2586 (diff) |
Stride load, stride store
Diffstat (limited to 'inc/wb.h')
-rw-r--r-- | inc/wb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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<signed int, V_R_LIMIT> copy_extra_vector_elements(); }; |