Disable Default Optimizations

When developing programs where a high degree of floating-point accuracy is important, use the /Op switch to disable arithmetic identity optimizations. Along with other non-floating-point optimizations that are disabled with this switch, this switch also disables floating-point optimizations; for example, using inverse multiplication instead of division, which can reduce floating-point accuracy.