I have tested the C+ compiler 2016 Update 2.
As it turned out, it flushes subnormal numbers to zero if /fp:strict model is chosen (automatically). Even though "Flush Denormal Results to Zero " is set to "No".
Is it intended behavior? (Previous versions was working differently, if I am correct).