pub fn configure_thread() -> boolExpand description
Configures the current thread for optimal SIMD performance.
On x86, this enables AMX tile state via arch_prctl. On other platforms this is a no-op.
Must be called once per thread before using AMX (Advanced Matrix Extensions) operations.