aboutsummaryrefslogtreecommitdiff
path: root/scripts/meson.build
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-07-21 09:48:09 +0200
committerLaurent Vivier <laurent@vivier.eu>2022-08-04 13:49:47 +0200
commit21d4e557e2fd0cb7f10b632b35f51146a1b6d892 (patch)
treebe34257d4acfeebe952a28316957f0ed4353fadd /scripts/meson.build
parent1e2dd311491565a58b30f29e71c6e429fc8e7e84 (diff)
downloadqemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.zip
qemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.tar.gz
qemu-21d4e557e2fd0cb7f10b632b35f51146a1b6d892.tar.bz2
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 'scripts/meson.build')
0 files changed, 0 insertions, 0 deletions