I am trying to compile a program in c/c++, but am getting the error message:
fpu_control.h: No such file or directory
From google, I have found out that this problem is about the way floating point precision is handled. I read that not all distributions of gcc include fpu_control.h.
This is the only thing I can find out. I have searched extensively and cannot find anywhere to download this fpu_control.h. Can anyone help?
Thank you all.