complier error
seanxcwang opened this issue · 1 comments
seanxcwang commented
my compile environment:
- ubuntu16.04 lts,gcc-5.4
- cult commit :86be01582e965e27504eecbf5fc21ef7e7cae738
- asmjit commit :b49d685cd9e2e4488f55ce6004306a79bdea056b
error log:
/home/seanxcwang/Work/04_research/inference_framework/asmjit/cult/src/cult/instbench.cpp: In function ‘void cult::fillRegArray(asmjit::Operand*, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t)’:
/home/seanxcwang/Work/04_research/inference_framework/asmjit/cult/src/cult/instbench.cpp:148:42: error: no matching function for call to ‘asmjit::BaseReg::BaseReg(uint32_t&, uint8_t&)’
dst[i] = BaseReg(rSign, rIdArray[rId]);
kobalicek commented
Thanks!