Before floating point sse2 support in C runtime library, the rounding control request was being ignored which would use round ...

Before floating point sse2 support in C runtime library, the rounding control request was being ignored which would use round to nearest option by default. This shim ignores the rounding control request to support applications relying on old behavior.