Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cplusplus/parallelism-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: N4773
Choose a base ref
...
head repository: cplusplus/parallelism-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 9 commits
  • 16 files changed
  • 2 contributors

Commits on Nov 13, 2018

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

Commits on Nov 15, 2018

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

Commits on Dec 7, 2018

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

Commits on Jan 14, 2019

  1. parallel.simd.abi: Fix code duplication in note.

    This fixes the sample code to appear as in P0214.  Double-checked with
    Matthias Kretz via IRC.
    ex-bart committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    44afb4d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Merge pull request #82 from ex-bart/fix-fixedsize-abi-note

    parallel.simd.abi: Fix code duplication in note.
    jaredhoberock authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9bf0299 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    0283579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0911983 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. [parallel.simd.reference] Fix swap value_type params to be lvalues

    In the class definition of `simd::reference` the `value_type` parameters for
    `swap()` are rvalue references.  This does not make sense; `swap()` must
    accept lvalue-references to `value_type` to be able to exchange the referred
    values.
    
    The detailed description of `swap()` in §16 already correctly uses
    lvalue-references for the `value_type` parameters.
    
    Also, http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0214r9.pdf uses
    lvalue-reference `value_type` parameters already in the `swap()` declaration
    in the definition of the `simd::reference` class.
    ex-bart committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    9073c66 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Merge pull request #84 from ex-bart/fix-simd-reference-swap-args

    [parallel.simd.reference] Fix swap value_type params to be lvalues
    jaredhoberock authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1a41318 View commit details
    Browse the repository at this point in the history
Loading