Skip to content

Tag: floating-point

Use of floating point in the Linux kernel

I am reading Robert Love’s “Linux Kernel Development”, and I came across the following passage: No (Easy) Use of Floating Point When a user-space process uses floating-point instructions, the kernel manages the transition from integer to floating point mode. What the kernel has to do when us…