Re: [Qemu-devel] [PATCH] fpu: add mechanism to check for invalid long double formats

2016-08-13 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 1471059185-18108-1-git-send-email-and...@andrewdutcher.com Subject: [Qemu-devel] [PATCH] fpu: add mechanism to check for invalid long double formats Type: series === TEST SCRIPT BEGIN

[Qemu-devel] [PATCH] fpu: add mechanism to check for invalid long double formats

2016-08-13 Thread Andrew Dutcher
The macro require_valid_floatx80(value, status) will check for malformed extended precision encodings, and if one is found, generate an invalid-operation exception and return NaN. This check has been added to the beginning of the basic 80-bit float arithmetic functions. Signed-off-by: Andrew Dutch