From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtu9r-0004VQ-6A for qemu-devel@nongnu.org; Wed, 13 Feb 2019 08:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gttyg-0007Il-4N for qemu-devel@nongnu.org; Wed, 13 Feb 2019 07:49:27 -0500 References: <20190212110308.13707-1-david@redhat.com> <20190212110308.13707-10-david@redhat.com> <43fda672-487e-fef9-17c8-ce0657f27dbe@linaro.org> <86c01eb1-5423-cd47-1173-747a4708cf87@redhat.com> <8bf73ad3-345e-6811-f61c-038a28732aad@twiddle.net> From: David Hildenbrand Message-ID: Date: Wed, 13 Feb 2019 13:49:18 +0100 MIME-Version: 1.0 In-Reply-To: <8bf73ad3-345e-6811-f61c-038a28732aad@twiddle.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 08/15] s390x/tcg: Handle SET FPC AND LOAD FPC 3-bit BFP rounding modes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Richard Henderson , qemu-devel@nongnu.org Cc: Thomas Huth , Janosch Frank , Cornelia Huck , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= On 12.02.19 20:56, Richard Henderson wrote: > On 2/12/19 11:32 AM, David Hildenbrand wrote: >>> Yes, you want round_to_odd. I suppose that's not valid for float128 right now? >> >> roundAndPackFloat64() >> >> as well as >> >> roundAndPackFloat128() >> >> support it. >> >> It's not implemented for round_canonical(), round_to_int(), > > These two are easy. I think Alex and I didn't implement it in the float32/64 > rewrite because we didn't have a user. Now we will. > >> roundAndPackInt32(), roundAndPackInt64(), roundAndPackUint64(), >> roundAndPackFloat32() > > Right, these would be from the float128 side. It shouldn't be too hard... > > > r~ > Sounds like you are volunteering to implement them? ;) -- Thanks, David / dhildenb