aarch64: The use of yield needs the stdsimd feature apparently

This commit is contained in:
Robin Randhawa
2022-09-26 17:17:32 +01:00
parent a4a3c4f7e8
commit 08542ae288
+2
View File
@@ -1,3 +1,5 @@
#![cfg_attr(target_arch = "aarch64", feature(stdsimd))] // Required for yield instruction
extern crate syscall;
extern crate byteorder;