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

Make matxHalf trivially copyable #513

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

tbensonatl
Copy link
Collaborator

Set copy ctor and copy assignment methods to default. Also use default ctors for both matxHalf and matxHalfComplex. Thus, the MatX half types no longer initialize to zero.

Set copy ctor and copy assignment methods to default.
Also use default ctors for both matxHalf and matxHalfComplex.
Thus, the MatX half types no longer initialize to zero.
@tbensonatl tbensonatl self-assigned this Nov 2, 2023
@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@tbensonatl tbensonatl merged commit 6c38b0f into main Nov 3, 2023
@cliffburdick cliffburdick deleted the make-matx-half-trivially-copyable branch November 3, 2023 02:25
cliffburdick pushed a commit that referenced this pull request Dec 8, 2023
Set copy ctor and copy assignment methods to default.
Also use default ctors for both matxHalf and matxHalfComplex.
Thus, the MatX half types no longer initialize to zero.
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.

2 participants