Skip to content

Commit

Permalink
One more attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 12, 2024
1 parent 5d99452 commit 548cdfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiny_bvh.h
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,8 @@ int BVH::Intersect( Ray& ray, BVHLayout layout ) const
case ALT_SOA:
return Intersect_AltSoA( ray );
break;
#endif
#ifdef BVH_USE_LZCNT
case CWBVH:
return Intersect_CWBVH( ray );
break;
Expand Down

0 comments on commit 548cdfe

Please sign in to comment.