forked from g-truc/glm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from g-truc:master #85
Open
pull
wants to merge
150
commits into
bazelregistry:master
Choose a base branch
from
g-truc:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So it is more robust against user configuration to force constructor initialisation
Fixes for compiler errors when building the tests using Clang 15, including: * Use explicit cast to silence Wimplicit-int-float-conversion warning for conversion of spin count in implementation of glm::slerp. * Use GLM_FORCE_MESSAGES instead of removed GLM_MESSAGES for messages in glm/gtx/hash.hpp, avoiding Wundef warning. * Encode en dash in URL for Gram-Schmit Process wikipedia page and replace similar en dashes in comments with regular dashes, to avoid Winvalid-utf8 warnings in glm/gtx/matrix_factorisation.inl. * Replace degree sign symbol with text "degrees" to avoid Winvalid-utf8 warnings in test/gtc/gtc_quaternion.cpp. * When using Clang, build tests with -Wno-float-equal to silence Wfloat-equal warning in implementation of glm::vec<L,T,Q>::equal. * For performance tests in test/gtx/gtx_fast_trigonometry.cpp, add statement explicitly casting result to void, to silence Wunused-but-set-variable warnings. * Add newline at end of test/gtx/gtx_hash.cpp to silence Wnewline-eof warning. * Rename namespace _1aga to agarose in test/gtx/gtx_pca.cpp to avoid Wreserved-identifier warning.
Make vec4, mat4x3 and mat4x4 binary operators and contructors for scalars consistent with other types #1118
Update cmake version to prevent deprecation #1155
Fix atan2(y,x) #1154
gcc x64 build warning fix around type casting size_t to int #1150
Fixed include file for perspective function in manual #1152
Fix Clang 15 test build errors #1147
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 ?)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )