atomic_fetch_and_acqrel_f64_device

Function atomic_fetch_and_acqrel_f64_device 

Source
pub unsafe fn atomic_fetch_and_acqrel_f64_device(ptr: *mut f64, val: f64) -> f64
Expand description

Fetches the value in ptr, performs a and, and returns the original value