Merge branch 'fix-aarch64-ahcid-build-breakage' into 'master'
aarch64: The use of yield needs the stdsimd feature apparently See merge request redox-os/drivers!82
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![cfg_attr(target_arch = "aarch64", feature(stdsimd))] // Required for yield instruction
|
||||
|
||||
extern crate syscall;
|
||||
extern crate byteorder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user