lib: support feature llvm_asm
This commit is contained in:
parent
c5fbc0cc82
commit
6008a2dc04
|
@ -1,6 +1,6 @@
|
|||
//! Low level access to VexRiscv RISC-V cores
|
||||
|
||||
#![no_std]
|
||||
#![cfg_attr(feature = "inline-asm", feature(asm))]
|
||||
#![cfg_attr(feature = "inline-asm", feature(llvm_asm))]
|
||||
|
||||
pub mod register;
|
||||
|
|
Loading…
Reference in New Issue