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

Update from upstream #1

Merged
merged 219 commits into from
Oct 11, 2024
Merged

Update from upstream #1

merged 219 commits into from
Oct 11, 2024

Conversation

Zuzu-Typ
Copy link
Owner

No description provided.

maniek2332 and others added 30 commits June 7, 2021 16:39
This diagnostic occurred in the compiler generated function 'glm::vec<1,T,Q> &glm::vec<1,T,Q>::operator |=(const glm::vec<1,A,Q> &)'
`saturate(T x)` and `atan2(T x, T y)` have precision qualifiers as function template parameters, but they don't use (or need) them.
Removed these two qualifiers
Remove unused qualifier and fix incorrect definition
/glm/gtc/random.inl:25:17: error: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Werror,-Wimplicit-int-conversion]
                                std::rand() % std::numeric_limits<uint8>::max());
                                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
feat:    add shearing matrix operation on matrix_transfom #1099
Removed redundant precision qualifiers #1089
Sort inconsistently ordered mat declarations in fwd.hpp #1088
christophe-lunarg and others added 28 commits February 8, 2024 20:42
This is needed since clock_t type is unspecified and may differ from unsigned int.
this causes errors when building on windows with cl
- 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 ?)
@Zuzu-Typ Zuzu-Typ self-assigned this Oct 11, 2024
@Zuzu-Typ Zuzu-Typ merged commit 5ff29ce into Zuzu-Typ:master 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.