DescriptionX87: [turbofan] Add the RoundInt32ToFloat32 operator to turbofan.
port e06f7d784e7a6f948ecc02ff1725578b9e9f0bda (r33347)
original commit message:
The new operator converts an int32 input to float32. If the input cannot
be represented exactly in float32, the value is rounded using the
round-ties-even rounding mode (the default rounding mode).
I provide implementations of the new operator for x64, ia32, arm, arm64,
mips, mips64, ppc, and ppc64.
BUG=
Committed: https://crrev.com/30bcfba3f7fd3ebe059bd1d43952f3e3be79c1d2
Cr-Commit-Position: refs/heads/master@{#33351}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|