bevy
bevy copied to clipboard
Vectorize application of morph weights
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.