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

save_fpu_state

Function save_fpu_state 

Source
pub fn save_fpu_state(state: &mut FpuState)
Expand description

Save FPU state. Called from crate::arch::context::save_fpu_state().