DescriptionSubzero: Use setcc for most fcmp conditions, instead of control flow.
For C/C++ semantics, this applies to all the FP comparisons except == and != which require two comparisons due to ordered/unordered requirements. For == and !=, two comparisons and control flow are still used.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4095
TEST= crosstest/test_fcmp
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=e94740a0deb3ace2a84dfcd1846af739fb850136
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add an assert #
Messages
Total messages: 5 (1 generated)
|