DescriptionARM: Implement correct rounding in the lithium codegenerator.
This patch provides testing for values that have a fraction part of 0.5 and uses a different rounding method for them. The original method of VFPTruncating the value with round-to-nearest is not correct because it does not round to the larger number in case of a tie.
BUG=http://code.google.com/p/v8/issues/detail?id=958
Patch Set 1 #Patch Set 2 : Minor edits. #
Total comments: 7
Patch Set 3 : Implement shorter version. #Patch Set 4 : Minor fix. #
Total comments: 4
Patch Set 5 : Address comments. #Messages
Total messages: 7 (0 generated)
|