Alexey Ugnichev

4%
Flag icon
Kernel code cannot do floating point arithmetic. Enabling floating point would require that the kernel save and restore the floating point processor’s state on each entry to, and exit from, kernel space — at least, on some architectures. Given that there really is no need for floating point in kernel code, the extra overhead is not worthwhile.
Linux Device Drivers: Where the Kernel Meets the Hardware
Rate this book
Clear rating
Open Preview