OSDN Git Service

target/openrisc: Fix lf.ftoi.s
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Aug 2019 22:15:05 +0000 (15:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:51:56 +0000 (12:51 -0700)
commit091a35165f206718ecce1f0ddf42563b81086170
tree64b774a62711d3f3b502033fc6851d30a9928b58
parent8bebf7d1349d52355c5b71ca415e6ed86cb2d4d2
target/openrisc: Fix lf.ftoi.s

The specification of this insn is round-to-zero.

Reviewed-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/openrisc/fpu_helper.c