On 12/3/18 8:05 AM, Thomas Huth wrote: > Since we require GCC version 4.8 or newer now, we can be sure that > the builtin functions are always available on GCC. And for Clang, > we can check the availablility with __has_builtin instead. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > include/qemu/compiler.h | 2 +- > include/qemu/host-utils.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~