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 scalar u32 implementation of BVec3A and BVec4 when SIMD is not available. #329

Merged
merged 5 commits into from
Aug 27, 2022

Conversation

bitshifter
Copy link
Owner

Fixes #306.

There is a 13% performance penalty from this change however in practice glam intends to implement stable SIMD architectures and nightly users can use the core-simd implementation, so this shouldn't be a problem.

@bitshifter bitshifter merged commit 5fbe9fc into main Aug 27, 2022
@bitshifter bitshifter deleted the issue-306 branch August 27, 2022 22:14
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.

Boolean vector type aliases are a portability hazard (BVec3/BVec3A, and BVec4/BVec4A)
1 participant