Fixed _comi_ intrinsics from all sets - SSE/SSE2/AVX/AVX-512.
_mm_comi*_ss should return false for NaN operands.
_mm_comi_round_ss implemented with VCMPSS. This implementation is not optimal, but correct.
The code will be optimized in a later patch.
This case is indented incorrectly.