Extended register file to 64 bits

This commit is contained in:
Santosh Raghav Srivatsan
2021-11-08 17:54:16 -05:00
parent 8a550b625c
commit 9cd8dec397
6 changed files with 10 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
using namespace vortex;
static bool HasDivergentThreads(const ThreadMask &thread_mask,
const std::vector<std::vector<Word>> &reg_file,
const std::vector<std::vector<DoubleWord>> &reg_file,
unsigned reg) {
bool cond;
size_t thread_idx = 0;