I am trying to compile a program in c / C ++, but I get an error message:
fpu_control.h: No such file or directory
From google, I found out that this problem is related to the way floating point precision is handled. I read that not all gcc distributions include fpu_control.h.
This is the only thing I can find out. I searched extensively and cannot find anywhere to download this fpu_control.h file. Can anyone help?
Thanks to everyone.
c ++ c gcc fpu
Ant
source share