Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

fix Issue 12891: add atomicFetchAdd to core.atomic #1208

Merged
merged 11 commits into from Apr 14, 2015

Commits on Apr 7, 2015

  1. Non-working init checkin

    jadbox committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    3a86e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169681e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182c63e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a65d88d View commit details
    Browse the repository at this point in the history
  5. x86 minor rearrangement

    jadbox committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    e7b7932 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Removed is(T==V1) check for atomicFetchAdd. Using implicit conversion…

    … to size_t for xadd op. Debug pragmas in for testing
    jadbox committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    391ee97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c0a9d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Configuration menu
    Copy the full SHA
    b211313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23cca96 View commit details
    Browse the repository at this point in the history
  3. 86x cleanup

    jadbox committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    d2d214f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. atomicFetchSub added. atomicFetchAdd now fetches first allowing atomi…

    …cOp to perform the addition/substraction op
    jadbox committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    0c23226 View commit details
    Browse the repository at this point in the history