We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4987923 commit 6d8e99cCopy full SHA for 6d8e99c
crates/core_arch/src/acle/hints.rs
@@ -46,7 +46,7 @@ pub unsafe fn __sev() {
46
/// instruction. In a multiprocessor system, it is not required to affect the
47
/// other processors.
48
// LLVM says "instruction requires: armv8"
49
-#[cfg(target_arch = "aarch64")]
+#[cfg(target_feature = "v8")]
50
#[inline(always)]
51
pub unsafe fn __sevl() {
52
hint(HINT_SEVL);
0 commit comments