cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
140 stars 42 forks source link

Compile error in RV32MicroCodeGenerator.cc: 'log2' is not a member of 'std' #191

Closed sarahec closed 1 year ago

sarahec commented 1 year ago

c++ is pulling in the chrono library but we're not operating on time values.

Fix: add #include