Skip to main content

_movrs_i16

Function _movrs_i16 

Source
pub unsafe fn _movrs_i16(src: *const i16) -> i16
🔬This is a nightly-only experimental API. (movrs_target_feature #137976)
Available on x86-64 and target feature movrs only.
Expand description

Moves a 16-bit word from the source to the destination, with an indication that the source memory location is likely to become read-shared by multiple processors, i.e., read in the future by at least one other processor before it is written, assuming it is ever written in the future.