DescriptionFix x64 MathMinMax for negative untagged int32 arguments.
An untagged int32 has zeros in the upper half even if it is negative.
Using cmpq to compare such numbers will incorrectly ignore the sign.
BUG=164442
R=mvstanton@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=13273
Patch Set 1 : #
Messages
Total messages: 2 (0 generated)
|