aarch64: The use of yield needs the stdsimd feature apparently
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