commit | b63cd886c9d2d2e351d1da16570fd311415156b5 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Sep 08 10:47:23 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Sep 08 10:47:23 2014 -0700 |
tree | 703713ec59de682d8e7fa9967b3186578f16f732 | |
parent | c836acb8d43c41d3d1d840d35446ec61ef7bf981 [diff] |
Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. This is the truncating cvt instruction instead of rounding. A few interesting floating point inputs are added to the cross tests. Also, the cross test error output is modified to be more clear. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/550723002