Disable f16c scalar conversions for MSVC.
MSVC seems to be lacking the scalar conversion instructions. It has the vector ones.
Bug reported over at TensorFlow: https://github.com/tensorflow/tensorflow/issues/54397
Similiar issue found in an intel repo: Similar issue found in an intel repo: https://github.com/intel/tinycbor/pull/193