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

Add vec deduction guides and fix swizzles when directly accessed using .elem() #866

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Nov 15, 2022

  • Add vec deduction guide to allow e.g. vec{1,2,3,4}
  • Fix swizzle indices not being applied when the temporary swizzle object is directly queries for an element using .x()/.y() etc.

Fixes #865

@illuhad illuhad merged commit facd918 into develop Dec 4, 2022
@illuhad illuhad deleted the feature/add-vec-deduction-guide-and-fix-swizzles branch December 4, 2022 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sycl::vec swizzle is not working properly
1 participant