From 41f612789f652654b5f2fa8c3fee4e348e2081b1 Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:21:02 -0400 Subject: Initial vector extension changes --- inc/ex.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'inc/ex.h') diff --git a/inc/ex.h b/inc/ex.h index c356543..58237ab 100644 --- a/inc/ex.h +++ b/inc/ex.h @@ -63,7 +63,7 @@ class EX : public Stage * @param The next stage in the pipeline. * @return A newly allocated EX object. */ - EX(Stage *next); + using Stage::Stage; using Stage::advance; private: @@ -81,11 +81,6 @@ class EX : public Stage * logic. * All instructions store the result into s1. */ - std::unordered_map< - Mnemonic, - std::function> - instr_map; }; #endif /* EX_H_INCLUDED */ -- cgit v1.2.3