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

mat4: wasm simd128 for glm_mat4_inv #421

Merged
merged 1 commit into from
Jul 3, 2024
Merged

mat4: wasm simd128 for glm_mat4_inv #421

merged 1 commit into from
Jul 3, 2024

Conversation

myfreeer
Copy link
Contributor

@myfreeer myfreeer commented Jul 3, 2024

The function glm_mat4_inv_wasm has been implemented, but not used in glm_mat4_inv. This commit adds a conditional macro to add the case of wasm and simd128 case for calling glm_mat4_inv_wasm.

The function `glm_mat4_inv_wasm` has been implemented, but not used in `glm_mat4_inv`. This commit adds a conditional macro to add the case of wasm and simd128 case for calling `glm_mat4_inv_wasm`.
@recp recp merged commit ed731f9 into recp:master Jul 3, 2024
69 of 74 checks passed
@recp
Copy link
Owner

recp commented Jul 3, 2024

@myfreeer the PR is merged, thanks for your contributions 🚀

This pull request was closed.
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