You can keep it, I think, but you need to know what it means. Practically it means that when you work with floating point numbers it won't throw exceptions when you do something bad, like dividing by zero. In this case for example it'll return INF(infinity) instead of throwing an error

If it results in problems on other platforms just do some ifdefs around it for the platforms where you need it