Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Make swizzle mutating operators const friends #13012

Merged

Commits on Mar 13, 2024

  1. [SYCL] Make swizzle mutating operators const friends

    In intel#12682 the mutating operators for
    swizzles (+=, -=, ..., ++, --) were reverted to be members rather than
    friends. Since swizzles mutate the underlying vec rather than themselves
    these operators should take and return constant references instead,
    which this commit implements.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    950c083 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Address comments

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2fcd740 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    625037f View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e018f68 View commit details
    Browse the repository at this point in the history
  3. Add missing include to test

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d621334 View commit details
    Browse the repository at this point in the history