Files
test/intern/cycles
Brecht Van Lommel d57c6748c4 Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Embree.
On the BMW scene, this gives roughly a 10% speedup overall with clang/gcc, and 30%
speedup with visual studio (2008). It turns out visual studio was optimizing the
existing code quite poorly compared to pretty good autovectorization by clang/gcc,
but hand written SSE code also gives a smaller speed boost there.

This code isn't enabled when using the hair minimum width feature yet, need to
make that work with the SSE code still.
2013-06-18 09:36:06 +00:00
..
2013-01-17 22:51:54 +00:00
2012-11-09 18:31:04 +00:00
2013-06-04 17:20:00 +00:00
2013-05-09 14:21:36 +00:00