DescriptionMIPS64: [turbofan] Implemented the TruncateFloat32ToUint64 TurboFan operator.
Port 68cc0be2ad75c698d08d6672b69ad9649418cd9f
Original commit message:
The TruncateFloat32ToUint64 operator converts a float32 to an uint64 using
round-to-zero rounding mode. If the input value is outside uint64 range, then
the result depends on the architecture. I provide an implementation for x64 and
arm64.
BUG=
Committed: https://crrev.com/baae7a0333bd0f8d36049ccc6c8ea66920a68bcc
Cr-Commit-Position: refs/heads/master@{#32383}
Patch Set 1 #
Created: 5 years ago
Messages
Total messages: 8 (3 generated)
|