|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v2 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops |
| Date: | Tue, 19 Oct 2021 09:01:01 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 10/19/21 8:34 AM, Alex Bennée wrote:
../../tcg/optimize.c: In function ‘fold_addsub2’:
../../tcg/optimize.c:865:13: error: unknown type name ‘Int128’
865 | Int128 a = int128_make128(al, ah);
| ^~~~~~
../../tcg/optimize.c:865:24: error: implicit declaration of function
‘int128_make128’ [-Werror=implicit-function-declaration]
865 | Int128 a = int128_make128(al, ah);
possibly we are just missing:
#include "qemu/int128.h"
Ah, this patch set predates a cleanup to tcg_ldst.h. Previously we included int128.h in tcg.h. Will fix. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |