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

Simd improvements #1245

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Simd improvements #1245

merged 2 commits into from
Feb 8, 2024

Conversation

christophe-lunarg
Copy link

@christophe-lunarg christophe-lunarg commented Feb 6, 2024

Add simd aligned_vec3 (and sse aligned_dvec3 - 2 x xmm)
Fast packed_vec3 <=> aligned_vec3 and packed_vec4 <=> aligned_vec4 conversion
Fast aligned_vec3 <=> aligned_vec4 conversion
Optimized aligned_mat x aligned_mat and aligned_mat x aligned_vec
Inverse aligned_mat3 simd version (actually slower than ssid on my computer even it has 30% less instruction ?)

laurentcau and others added 2 commits February 8, 2024 15:16
- Add simd aligned_vec3 (and sse aligned_dvec3 - 2 x xmm)
- Fast packed_vec3 <=> aligned_vec3 and packed_vec4 <=> aligned_vec4 conversion
- Fast aligned_vec3 <=> aligned_vec4 conversion
- Optimized aligned_mat x aligned_mat and aligned_mat x aligned_vec
- Inverse aligned_mat3 simd version (actually slower than ssid on my computer even it has 30% less instruction ?)
@christophe-lunarg christophe-lunarg merged commit 9e72e5a into master Feb 8, 2024
68 checks passed
@christophe-lunarg christophe-lunarg deleted the simd-improvements2 branch February 8, 2024 19:35
Zuzu-Typ pushed a commit to Zuzu-Typ/glm that referenced this pull request Oct 11, 2024
Zuzu-Typ added a commit to Zuzu-Typ/glm that referenced this pull request Oct 11, 2024
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