Files
test2/intern
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-02-11 00:49:00 +00:00
2013-03-29 06:25:22 +00:00
2013-06-06 06:02:46 +00:00
2013-03-18 11:44:56 +00:00
2013-05-01 17:49:19 +00:00
2012-12-17 08:01:43 +00:00
2013-04-25 19:50:51 +00:00
2013-03-29 06:25:22 +00:00