Fetch-and-add

In computer science, the fetch-and-add (FAA) CPU instruction atomically increments the contents of a memory location by a specified value. That is, fetch-and-add performs the following operation: increment the value at address x by a, where x is a memory location and a is some value, and return the original value at x.

Source: Wikipedia — Fetch-and-add (CC BY-SA 4.0)

Fetch-and-add

In computer science, the fetch-and-add (FAA) CPU instruction atomically increments the contents of a memory location by a specified value. That is, fetch-and-add performs the following operation: increment the value at address x by a, where x is a memory location and a is some value, and return the original value at x.

Source: Wikipedia "Fetch-and-add" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy