« Previous | Next » 

Revision 3530fa9c

ID3530fa9cd09f8db8101c4649cab03bcdf760c434
Parent 1d3d8c0e
Child eba7aae1

Added by Fedor Indutny almost 10 years ago

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=
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: Fedor Indutny <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences