Round to Zero (Chop)

Compile your program with /QArc or call _ _controlfp(_RC_CHOP, _MCW_RC) after compiling your program with /QArd. Using the /QArc switch results in a faster program because the call to _ _controlfp is avoided.