Site Tools


parallel-computing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
parallel-computing [June 15, 2026 at 15:40] Ivan Janevskiparallel-computing [June 15, 2026 at 15:47] (current) Ivan Janevski
Line 57: Line 57:
  - [[atomics]]  - [[atomics]]
    - [[atomic-ops]]    - [[atomic-ops]]
 +     - [[atomic-load-store]]
 +       - [[atomic-load]]
 +       - [[atomic-store]]
 +     - [[atomic-read-modify-write]]
 +       - [[atomic-test-and-set]]
 +       - [[atomic-exchange]] or [[xchg]]
 +       - [[atomic-compare-and-swap]] or [[cas]]
      - [[atomic-fetch-modify]]      - [[atomic-fetch-modify]]
-       - [[atomic-fetch-inc]] +       - [[atomic-fetch-arithmetic]]  
-       - [[atomic-fetch-dec]] +         - [[atomic-fetch-inc]] 
-       - [[atomic-fetch-add]] +         - [[atomic-fetch-dec]] 
-       - [[atomic-fetch-sub]] +         - [[atomic-fetch-add]] 
-       - [[atomic-fetch-and]] +         - [[atomic-fetch-sub]] 
-       - [[atomic-fetch-or]] +       - [[atomic-fetch-bitwise]] 
-       - [[atomic-fetch-xor]] +         - [[atomic-fetch-and]] 
-     - [[atomic-exchange]] +         - [[atomic-fetch-or]] 
-     - [[atomic-compare-and-swap]]+         - [[atomic-fetch-xor]] 
 +       - [[atomic-fetch-reduce]] 
 +         - [[atomic-fetch-min]] 
 +         - [[atomic-fetch-max]] 
 +     - [[atomic-flag]] 
 +     - [[atomic-wait-notify]] 
 +       - [[atomic-wait]]  
 +       - [[atomic-notify-one]] 
 +       - [[atomic-notify-all]]
    - [[lock-free-queue]]    - [[lock-free-queue]]
    - [[memory-order]]    - [[memory-order]]
parallel-computing.1781538015.txt.gz · Last modified: by Ivan Janevski