Implement ALU as a template class #1410
Labels
1
Usually one-liner tasks, but may require some deep into infrastructure.
code
Enhances infrastructure or refines, Requires almost no knowledge in CPU microarchitecture.
good first issue
Good task to start with MIPT-MIPS development
S1 — C++
To solve the issue, you barely need knowledge about CPU microarchitecture, just C++ coding.
All ALU methods are parameterized with typename I. It may be better to extract it to ALU definition, so it will look like this:
instead of current implementation:
The text was updated successfully, but these errors were encountered: