util/bufferiszero: Split out host include files
commit2d32a5d2a06a524c5e7967f918c406ec99418a34
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 6 Jun 2024 03:58:37 +0000 (5 20:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Jun 2024 19:47:11 +0000 (19 12:47 -0700)
treed042442e48299e2964ff1d77c076e730f73e5182
parent6b0ca412e16dae52bf1ef2da9436d4d8c81759f2
util/bufferiszero: Split out host include files

Split out host/bufferiszero.h.inc for x86, aarch64 and generic
in order to avoid an overlong ifdef ladder.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/aarch64/host/bufferiszero.c.inc [new file with mode: 0644]
host/include/generic/host/bufferiszero.c.inc [new file with mode: 0644]
host/include/i386/host/bufferiszero.c.inc [new file with mode: 0644]
host/include/x86_64/host/bufferiszero.c.inc [new file with mode: 0644]
util/bufferiszero.c