bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Vectorize application of morph weights

Open mweatherley opened this issue 4 months ago • 0 comments

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.

mweatherley avatar Sep 30 '24 20:09 mweatherley