lib: support feature llvm_asm

This commit is contained in:
occheung 2021-07-08 16:43:36 +08:00
parent c5fbc0cc82
commit 6008a2dc04
1 changed files with 1 additions and 1 deletions

View File

@ -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;