Commit 3530fa9c authored by Fedor Indutny's avatar Fedor Indutny
Browse files

deps: backport 4ed5fde4f from v8 upstream

Original commit message:

    Fix 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

    Review URL: https://chromiumcodereview.appspot.com/11665007

    git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13273

 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
parent 1d3d8c0e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment