Skip to content

Commit

Permalink
Restore #![feature(stdsimd)] for kernel loader on riscv
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 8, 2024
1 parent 70c672c commit 8a8abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sel4-kernel-loader/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#![feature(proc_macro_hygiene)]
#![cfg_attr(
any(target_arch = "riscv32", target_arch = "riscv64"),
feature(riscv_ext_intrinsics)
feature(riscv_ext_intrinsics, stdsimd)
)]
#![allow(dead_code)]
#![allow(unreachable_code)]
Expand Down

0 comments on commit 8a8abd1

Please sign in to comment.