We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c6303 commit c25a0caCopy full SHA for c25a0ca
library/core/src/intrinsics/mod.rs
@@ -1323,6 +1323,8 @@ pub unsafe fn atomic_singlethreadfence_acqrel() {
1323
/// ranging from (0) - no locality, to (3) - extremely local keep in cache.
1324
///
1325
/// This intrinsic does not have a stable counterpart.
1326
+#[rustc_intrinsic]
1327
+#[rustc_intrinsic_must_be_overridden]
1328
#[rustc_nounwind]
1329
pub unsafe fn prefetch_read_data<T>(_data: *const T, _locality: i32) {
1330
unreachable!()
0 commit comments