Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add atomics for floating point types. #286

Merged
merged 19 commits into from
Jul 21, 2022

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    f5fbfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339ce25 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    ba812a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4868264 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0380363 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    5a179b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38b731 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    75a4c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4039a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d16cbbe View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Replace using with struct, some type strangeness involving float is h…

    …appening on MSVC that seems to cause on internal compiler error
    wmaxey committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e0cdb4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742cedd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    9d30b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9ddc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    cc30e92 View commit details
    Browse the repository at this point in the history
  2. atomic_helpers requires 3 arguments for input functors, create a prox…

    …y that dispatches to the correct partial overload.
    wmaxey committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    dde76d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    cd027ab View commit details
    Browse the repository at this point in the history
  2. Explode bitwise/arithmetic atomics into their own classes and conditi…

    …onally include the correct base class
    wmaxey committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4e5c0ae View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    61ff7c9 View commit details
    Browse the repository at this point in the history