mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-10 22:37:30 +00:00
Remove ideas discarded.
This commit is contained in:
parent
f618ca6046
commit
4f14210ee0
@ -427,7 +427,6 @@ template <
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif /* PerformImplementation_h */
|
||||
|
@ -35,30 +35,6 @@ template <
|
||||
IOT &io
|
||||
);
|
||||
|
||||
/*template <
|
||||
Model model,
|
||||
Operation operation,
|
||||
DataSize data_size,
|
||||
typename FlowControllerT
|
||||
> void perform(
|
||||
CPU::RegisterPair32 &destination,
|
||||
CPU::RegisterPair32 &source,
|
||||
Status &status,
|
||||
FlowControllerT &flow_controller
|
||||
);
|
||||
|
||||
template <
|
||||
Model model,
|
||||
Operation operation,
|
||||
DataSize data_size,
|
||||
typename FlowControllerT
|
||||
> void perform(
|
||||
CPU::RegisterPair16 &destination,
|
||||
CPU::RegisterPair16 &source,
|
||||
Status &status,
|
||||
FlowControllerT &flow_controller
|
||||
);*/
|
||||
|
||||
}
|
||||
|
||||
#include "Implementation/PerformImplementation.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user