summaryrefslogtreecommitdiffstats
path: root/hw/loongarch/acpi-build.c
diff options
context:
space:
mode:
authorThomas Huth2022-07-21 09:48:09 +0200
committerLaurent Vivier2022-08-04 13:49:47 +0200
commit21d4e557e2fd0cb7f10b632b35f51146a1b6d892 (patch)
treebe34257d4acfeebe952a28316957f0ed4353fadd /hw/loongarch/acpi-build.c
parentppc: Remove redundant macro MSR_BOOK3S_MASK. (diff)
downloadqemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.tar.gz
qemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.tar.xz
qemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.zip
include/qemu/host-utils.h: Simplify the compiler check in mulu128()
We currently require at least GCC 7.4 or Clang 6.0 for compiling QEMU. GCC has __builtin_mul_overflow since version 5 already, and Clang 6.0 also provides this built-in function (see its documentation on this page: https://releases.llvm.org/6.0.0/tools/clang/docs/LanguageExtensions.html ). So we can simplify the #if statement here. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220721074809.1513357-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/loongarch/acpi-build.c')
0 files changed, 0 insertions, 0 deletions