atomic_fetch_or_release_f64_device

Function atomic_fetch_or_release_f64_device 

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

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