Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: Enable riscv_ext_intrinsics feature
This commit is to solve the following build error: ``` error[E0658]: use of unstable library feature 'riscv_ext_intrinsics' --> src/guest/vmexit.rs:236:9 | 236 | core::arch::riscv64::hfence_gvma_all(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #114544 <rust-lang/rust#114544> for more information = help: add `#![feature(riscv_ext_intrinsics)]` to the crate attributes to enable ``` Signed-off-by: Tan En De <[email protected]>
- Loading branch information