There is logic in os_linux_x86.c which makes use of functionality from the fpu_control.h header file. The logic in question is only used on 32-bit x86, and is guarded with #ifndef AMD64. However, the inclusion of the fpu_control.h header file is unconditional.