On Friday, July 14, 2017 10:09:10 AM PDT Rob Herring wrote:
> On Wed, Jul 5, 2017 at 3:56 PM, Kenneth Graunke <kenn...@whitecape.org> wrote:
> > I want to use these in the OpenGL driver as well.
> 
> FYI, this breaks building the i965 driver on non-x86 builds. Maybe my
> Android CI job should just stop doing that, but it did work before
> this.
> 
> Rob
> 
> >
> > Cc: Jason Ekstrand <ja...@jlekstrand.net>
> > ---
> >  src/intel/common/gen_clflush.h     | 56 
> > ++++++++++++++++++++++++++++++++++++++
> >  src/intel/vulkan/anv_batch_chain.c |  2 +-
> >  src/intel/vulkan/anv_device.c      |  2 +-
> >  src/intel/vulkan/anv_private.h     | 32 ++--------------------
> >  src/intel/vulkan/anv_queue.c       |  2 +-
> >  src/intel/vulkan/genX_blorp_exec.c |  2 +-
> >  6 files changed, 62 insertions(+), 34 deletions(-)
> >  create mode 100644 src/intel/common/gen_clflush.h
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
> 

Sorry about that...I hadn't realized it would be a problem :(

We fixed this for the automake build in commits 6b05c080f202c25531f5 and
5ffe0c9e1be0257de19431 by adding -msse2 to CFLAGS.  (All CPUs that can be
paired with G965 GPUs support SSE2, apparently, so this shouldn't be a
problem.)

We probably need to add that to Android.mk as well...

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to