DescriptionPPC: [turbofan] Implemented the TruncateFloat64ToUint64 TurboFan operator.
Port f6e689cebbd2de36e2b38474f89b1ad37fbfbb0f
Original commit message:
The TruncateFloat64ToUint64 operator converts a float64 to an uint64 using
round-to-zero rounding mode (truncate). If the input value is outside uint64
range, then the result depends on the architecture.
R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/bc5e7fc335721f05b0c5d184c37b5685ba99ad38
Cr-Commit-Position: refs/heads/master@{#32181}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fix nit. #
Messages
Total messages: 12 (3 generated)
|