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

vec: add some missing operators and a test #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

airlied
Copy link
Contributor

@airlied airlied commented Sep 28, 2018

This adds the inc/dec/~/!

and a test that does basic validation on a few of the bitwise
operations and these new ones

This adds the inc/dec/~/!
v2 adds &&, || and ==, !=

and a test that does basic validation on a few of the bitwise
operations and these new ones

This is enough to get the cts vector operators test to build
(fails on some swizzle tests though)

v3: return outer type from operations, so we can still call outer methods on the result
@keryell
Copy link
Member

keryell commented Nov 29, 2018

I do not remember what were the remaining problems to be solved here besides a rebase.

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.

None yet

2 participants