devela::_dep::rustix::thread

Function set_sve_vector_length_configuration

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<(), Errno> 
Available on crate feature dep_rustix only.
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.