|
|
Created:
5 years ago by zhengxing.li Modified:
5 years ago Reviewers:
Weiliang, chunyang.dai, ahaas CC:
v8-reviews_googlegroups.com Base URL:
https://chromium.googlesource.com/v8/v8.git@master Target Ref:
refs/pending/heads/master Project:
v8 Visibility:
Public. |
DescriptionX87: [turbofan] Implemented the optional Float32RoundTiesEven operator.
port 57117b8339fe990867c4b8cc2c66f029a1a58bc3 (r32308)
original commit message:
The Float32RoundTiesEven operator rounds float32 numbers towards the nearest
integer. If the distance to two integers is the same, then the result is
the even integer. This is the default rounding mode of the ieee 754 floating
point standard.
I implemented the optional Float32RoundTiesEven operator on x64, ia32, arm, and arm64.
BUG=
Committed: https://crrev.com/0770fcba82f14c0c3dddbfee58a12a2da7fe2b0b
Cr-Commit-Position: refs/heads/master@{#32595}
Patch Set 1 #
Created: 5 years ago
Messages
Total messages: 17 (7 generated)
zhengxing.li@intel.com changed reviewers: + ahaas@chromium.org, chunyang.dai@intel.com, weiliang.lin@intel.com
lgtm
The CQ bit was checked by weiliang.lin@intel.com
lgtm
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492293002/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/109)
The CQ bit was checked by zhengxing.li@intel.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492293002/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/242)
The CQ bit was checked by zhengxing.li@intel.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492293002/1
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== X87: [turbofan] Implemented the optional Float32RoundTiesEven operator. port 57117b8339fe990867c4b8cc2c66f029a1a58bc3 (r32308) original commit message: The Float32RoundTiesEven operator rounds float32 numbers towards the nearest integer. If the distance to two integers is the same, then the result is the even integer. This is the default rounding mode of the ieee 754 floating point standard. I implemented the optional Float32RoundTiesEven operator on x64, ia32, arm, and arm64. BUG= ========== to ========== X87: [turbofan] Implemented the optional Float32RoundTiesEven operator. port 57117b8339fe990867c4b8cc2c66f029a1a58bc3 (r32308) original commit message: The Float32RoundTiesEven operator rounds float32 numbers towards the nearest integer. If the distance to two integers is the same, then the result is the even integer. This is the default rounding mode of the ieee 754 floating point standard. I implemented the optional Float32RoundTiesEven operator on x64, ia32, arm, and arm64. BUG= Committed: https://crrev.com/0770fcba82f14c0c3dddbfee58a12a2da7fe2b0b Cr-Commit-Position: refs/heads/master@{#32595} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/0770fcba82f14c0c3dddbfee58a12a2da7fe2b0b Cr-Commit-Position: refs/heads/master@{#32595} |