|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH v1 8/9] tests/tcg: add generic version of float_convs |
| Date: | Tue, 17 Sep 2019 14:31:12 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 9/17/19 4:57 PM, Alex Bennée wrote:
>
> Richard Henderson <address@hidden> writes:
>
>> On 9/17/19 2:41 PM, Alex Bennée wrote:
>>> + for (i = 0; i < ARRAY_SIZE(round_flags); ++i) {
>>> + fesetround(round_flags[i].flag);
>>
>> If we're going to make this a generic test, perhaps
>> continue if fesetround fails?
>
> I ifdef'ed the missing symbols? Can the symbol exits but not be settable?
I dunno, maybe? Perhaps based on the exact host.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |