Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler-rt][RISCV] Use u64 data type for marchid and mimpid (llvm#1…
…12163) Base on riscv-non-isa/riscv-c-api-doc#91 , the marchid and mimpid are MXLEN bits wide, and kernel returned them as u64 data type. So we should use u64 data type for marchid and mimpid in __riscv_cpu_model struct here. Signed-off-by: Yangyu Chen <cyy@cyyself.name>
- Loading branch information