Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)

AVX implementation?

P_V__Hariprasad
Beginner
413 Views
Can we expect an AVX version in the feature? Or AVX will be overkill for this kind of application?
0 Kudos
1 Reply
SvenW_Intel
Moderator
413 Views
The current version of Embree operates on individual rays and demonstrates very good performance with SSE. AVX will not give a significant speed improvement for single ray traversal.
AVX does definitely make sense with a packet ray tracer that handles multiple rays in a ray packet, however, Embree does not support this mode of operation.
0 Kudos
Reply