Function drone_cortexm::processor::fpu_init[][src]

pub unsafe fn fpu_init(full_access: bool)

Enables the FPU.

The FPU is disabled from reset. You must enable it before you can use any floating-point instructions.

Safety