⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

restore_fpu_state

Function restore_fpu_state 

Source
pub fn restore_fpu_state(state: &FpuState)
Expand description

Restore FPU state. Called from crate::arch::context::restore_fpu_state().