Graphite options only, replace dupes with floop-nest-optimize
Other loop optimization is enabled in -O3 already
This commit is contained in:
@@ -56,8 +56,7 @@ rule ArchitectureSetup architecture
|
|||||||
|
|
||||||
# activating graphite optimizations
|
# activating graphite optimizations
|
||||||
if $(HAIKU_USE_GCC_GRAPHITE_$(architecture)) = 1 {
|
if $(HAIKU_USE_GCC_GRAPHITE_$(architecture)) = 1 {
|
||||||
ccBaseFlags += -floop-interchange -ftree-loop-distribution
|
ccBaseFlags += -floop-nest-optimize -fgraphite-identity ;
|
||||||
-floop-strip-mine -floop-block ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# initial state for flags etc.
|
# initial state for flags etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user