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:
Jeremy Soller
2022-09-26 16:20:53 +00:00
+2
View File
@@ -1,3 +1,5 @@
#![cfg_attr(target_arch = "aarch64", feature(stdsimd))] // Required for yield instruction
extern crate syscall;
extern crate byteorder;