|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 22/34] target/arm/tcg: Reduce 'helper-crypto.h.inc' inclusion |
Date: | Tue, 20 Jun 2023 12:38:42 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 6/19/23 17:54, Philippe Mathieu-Daudé wrote:
+++ b/target/arm/tcg/crypto_helper.c @@ -12,12 +12,17 @@ #include "qemu/osdep.h"#include "cpu.h"-#include "exec/helper-proto.h" #include "tcg/tcg-gvec-desc.h" #include "crypto/aes.h" #include "crypto/sm4.h" #include "vec_internal.h"+#define HELPER_H "tcg/helper-crypto.h.inc"+#include "exec/helper-proto.h.inc" +#include "exec/helper-gen.h.inc" +#include "exec/helper-info.c.inc" +#undef HELPER_H +
foo_helper.c does not require helper-gen.h.inc.Usually we put helper-info.c.inc into one of the translate*.c files; probably translate-neon.c in this case.
r~
[Prev in Thread] | Current Thread | [Next in Thread] |