Skip to content
EntityQ127412· pop 8· linked from 22 articles

fetch-and-add

Sign in to save

In computer science, the fetch-and-add (FAA) CPU instruction atomically increments the contents of a memory location by a specified value.

~5 min read

Article

7 sections
Contents
  • Overview
  • Implementation
  • Hardware and software support
  • x86 implementation
  • History
  • See also
  • References

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 by , where is a memory location and is some value, and return the original value at .

Available in 8 languages

via Wikidata sitelinks · CC0

Connections

Categories