[Mesa-dev] [Bug 94383] build error on i386 when enabling swr
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 9 16:52:10 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94383
--- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> ---
FWIW this is how we do it for some sse4 stuff:
src/mesa/Makefile.am:
libmesa_sse41_la_SOURCES = \
main/streaming-load-memcpy.c \
main/streaming-load-memcpy.h \
main/sse_minmax.c \
main/sse_minmax.h
libmesa_sse41_la_CFLAGS = $(AM_CFLAGS) $(SSE41_CFLAGS)
Presumably a similar approach should work for swr?
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160309/b7874c36/attachment.html>
More information about the mesa-dev
mailing list