Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

write SIMD version for game_engine::math #2

Open
TrueDoctor opened this issue Jul 14, 2019 · 1 comment
Open

write SIMD version for game_engine::math #2

TrueDoctor opened this issue Jul 14, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TrueDoctor
Copy link
Member

write versions of Mat2, Mat3, Vec2, Vec3 using SIMD operations from the packed_simd crate

@konsumlamm
Copy link
Collaborator

Currently the normal versions are used (mainly because they're guaranteed to not be platform dependant). SIMD versions of Mat2 and Vec2 are WIP but currently not in use. The source code will remain in the crate until we decide to use it for optimizations (even though this is unlikely to be needed) or drop it.

@TrueDoctor TrueDoctor transferred this issue from TrueDoctor/DiscoBot Jul 23, 2019
@TrueDoctor TrueDoctor added the enhancement New feature or request label Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants