11 Oct 18:24
Re: Geometry and spatial indexes, my opinion
Joel Falcou <joel.falcou <at> u-psud.fr>
2008-10-11 16:24:15 GMT
2008-10-11 16:24:15 GMT
Mathias Gaunard a écrit : > Isn't GCC supposed to implement loop vectorization? > Did you add in there SIMD instructions or not? "Supposed" is the keyword. gcc 4.4 has a -Ox optimization that tries to SIMD code but when the basic block starts to get too long or too complex, it stops. For loop unrolling, it should be done automagically if loop bounds are statically known, if not, do it yourself. -- -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
RSS Feed