diff --git a/core/src/lib.rs b/core/src/lib.rs
index 9306581dca93d..e74900ff7471b 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -264,6 +264,7 @@
 #![feature(sse4a_target_feature)]
 #![feature(tbm_target_feature)]
 #![feature(wasm_target_feature)]
+#![feature(x86_amx_intrinsics)]
 // tidy-alphabetical-end
 
 // allow using `core::` in intra-doc links