• ahaas's avatar
    [turbofan] Add the RoundInt32ToFloat32 operator to turbofan. · e06f7d78
    ahaas authored
    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.
    
    R=titzer@chromium.org, v8-arm-ports@googlegroups.com, v8-mips-ports@googlegroups.com, v8-ppc-ports@googlegroups.com
    
    Review URL: https://codereview.chromium.org/1589363002
    
    Cr-Commit-Position: refs/heads/master@{#33347}
    e06f7d78
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...