The FPU information for the _current_ thread. # Notes about kernel preemption All the methods of `ThreadFpu` assume that preemption will not occur. This means that the FPU state will not change unexpectedly (e.g., changing from `Loaded` to `Unloaded`). In the current architecture, this is always true because kernel preemption was never implemented. More importantly, we cannot implement kernel p
source not stored for this graph (policy: none)