You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no hardware support for this operations, so it would have to be emulated using compare_exchange anyways. You can easily do that yourself with fetch_update.
It would be lovely to have
fetch_add
forf64
andf32
. I know I could implement them with the provided intrinsics, but that is inconvenient.The text was updated successfully, but these errors were encountered: