Vectorize application of morph weights
Open
A-Animation
C-Performance
D-Straightforward
S-Ready-For-Implementation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
`lerp_morph_weights` in `bevy_animation::animation_curves` does not currently do a good job of exploiting SIMD registers where supported in order to accelerate the application of morph weights; this should be investigated, and the function should be rewritten to better exploit this.
Contributor guide
Assessment
This issue has not been assessed yet.