ppc: Fix xsrdpi, xvrdpi and xvrspi rounding
commit158c87e5de4f34840bf8115789f09806e7e14b94
authorAnton Blanchard <anton@samba.org>
Sun, 3 Jul 2016 23:20:12 +0000 (4 09:20 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 5 Jul 2016 00:43:02 +0000 (5 10:43 +1000)
tree214386adef231a9f29cd4ca7da5c683e14088347
parent11659423113d2fbcf055085b5e8285d590addfaa
ppc: Fix xsrdpi, xvrdpi and xvrspi rounding

xsrdpi, xvrdpi and xvrspi use the round ties away method, not round
nearest even.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/fpu_helper.c