Expand description

Implements the performance optimization that allows a SIMD-enabled Task to skip saving/restoring SIMD registers when context switching, if and only if it is the only SIMD-enabled Task on its entire core.

See the documentation of the simd_personality crate for further discussion.