Skip to content

Commit c25a0ca

Browse files
committed
update
1 parent 82c6303 commit c25a0ca

File tree

1 file changed

+2
-0
lines changed
  • library/core/src/intrinsics

1 file changed

+2
-0
lines changed

library/core/src/intrinsics/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,8 @@ pub unsafe fn atomic_singlethreadfence_acqrel() {
13231323
/// ranging from (0) - no locality, to (3) - extremely local keep in cache.
13241324
///
13251325
/// This intrinsic does not have a stable counterpart.
1326+
#[rustc_intrinsic]
1327+
#[rustc_intrinsic_must_be_overridden]
13261328
#[rustc_nounwind]
13271329
pub unsafe fn prefetch_read_data<T>(_data: *const T, _locality: i32) {
13281330
unreachable!()

0 commit comments

Comments
 (0)