Files
test/intern/cycles/kernel
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-06-09 15:09:15 +00:00
2013-06-14 14:29:00 +00:00
2013-06-08 11:38:23 +00:00
2013-06-04 17:20:00 +00:00
2013-05-14 21:18:20 +00:00
2013-06-14 14:29:00 +00:00
2013-06-14 14:29:00 +00:00
2013-05-14 21:18:20 +00:00
2013-06-04 17:20:00 +00:00
2013-05-14 21:18:20 +00:00
2013-05-14 21:18:20 +00:00
2013-05-14 21:18:20 +00:00
2013-05-14 21:18:20 +00:00
2012-12-17 08:01:43 +00:00