projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3356ac2
)
swr: build swr with -fno-strict-aliasing
author
Tim Rowley
<timothy.o.rowley@intel.com>
Tue, 2 Aug 2016 18:18:08 +0000
(13:18 -0500)
committer
Tim Rowley
<timothy.o.rowley@intel.com>
Tue, 2 Aug 2016 19:30:33 +0000
(14:30 -0500)
swr rasterizer contains numerous data transfers between vectors
and ordinary C types. Fixing for strict aliasing will take time.
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/drivers/swr/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/swr/Makefile.am
b/src/gallium/drivers/swr/Makefile.am
index 3459af3de96dd0180618b0749bf93cbc6b73357a..33664d6b8dd5829153fd4bf35de470790f96e583 100644
(file)
--- a/
src/gallium/drivers/swr/Makefile.am
+++ b/
src/gallium/drivers/swr/Makefile.am
@@
-29,6
+29,7
@@
noinst_LTLIBRARIES = libmesaswr.la
libmesaswr_la_SOURCES = $(LOADER_SOURCES)
COMMON_CXXFLAGS = \
+ -fno-strict-aliasing \
$(GALLIUM_DRIVER_CFLAGS) \
$(LLVM_CXXFLAGS) \
$(SWR_CXX11_CXXFLAGS) \