Skip to content

Commit

Permalink
Added a small todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 6, 2024
1 parent 37c4587 commit ed9c6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tiny_bvh.h
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ void BVH::Intersect256Rays( Ray* packet ) const
#ifdef BVH_USEAVX

// Intersect a BVH with a ray packet, basic SSE-optimized version.
// Note: This yields +10% on 10th gen Intel CPUs, but a small loss on
// more recent hardware. This function needs a full conversion to work
// with groups of 8 rays at a time - TODO.
void BVH::Intersect256RaysSSE( Ray* packet ) const
{
// Corner rays are: 0, 51, 204 and 255
Expand Down

0 comments on commit ed9c6e7

Please sign in to comment.