Function rustix::thread::set_sve_vector_length_configuration
source · pub unsafe fn set_sve_vector_length_configuration(
vector_length_in_bytes: usize,
vector_length_inherited_across_execve: bool,
defer_change_to_next_execve: bool
) -> Result<()>
Expand description
Configure the thread’s vector length of Scalable Vector Extension.
References
Safety
Please ensure the conditions necessary to safely call this function, as detailed in the references above.