atomic_fetch_add_volatile_f64_device

Function atomic_fetch_add_volatile_f64_device 

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

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