qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use a more portable way to enable target specific functions


From: Daniel P . Berrangé
Subject: Re: [PATCH] Use a more portable way to enable target specific functions
Date: Thu, 10 Nov 2022 09:00:07 +0000
User-agent: Mutt/2.2.7 (2022-08-07)

On Thu, Nov 10, 2022 at 02:43:28PM +1100, Richard Henderson wrote:
> On 11/10/22 09:03, Tom Stellard wrote:
> > This adds function attributes for avx2, sse2, etc. specialized
> > functions.  These attributes are supported by both clang and gcc and
> > are necessary in order to build the code with clang.  The existing gcc
> > specific pragmas were left in place due to a comment in
> > utils/bufferiszero.c which mentions the pragmas are needed before headers
> > to work around a bug in gcc <= 4.8.
> 
> GCC 4.8 is now below our minimum, surely.
> We should be able to simply replace the pragma with the attribute.

We mandate at least GCC v7.4 or Clang v6.0 (or XCode Clang v10.0)

> 
> 
> r~
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]