Comment #3 on issue 4206 by [email protected]: TurboFan's Float(32| 64)(Min|Max) operations are not consistent between architectures.
https://code.google.com/p/v8/issues/detail?id=4206#c3

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/d783b763629526a1ec57a9f14caa61d0166efac7

commit d783b763629526a1ec57a9f14caa61d0166efac7
Author: jacob.bramley <[email protected]>
Date: Tue Jun 23 11:58:50 2015

[arm64][turbofan] Fix implementation of Float64Min.

ARM64's `fmin` and `fmax` instructions don't have the same behaviour as
TurboFan's Float(32|64)(Min|Max) functions.

BUG=4206
LOG=N

Review URL: https://codereview.chromium.org/1200123004

Cr-Commit-Position: refs/heads/master@{#29229}

[modify] http://crrev.com/d783b763629526a1ec57a9f14caa61d0166efac7/src/compiler/arm64/instruction-selector-arm64.cc [modify] http://crrev.com/d783b763629526a1ec57a9f14caa61d0166efac7/src/compiler/machine-operator.h [add] http://crrev.com/d783b763629526a1ec57a9f14caa61d0166efac7/test/mjsunit/compiler/regress-4206.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to